Server Scripts
Was this helpful?
Was this helpful?
Was this helpful?
{
"name" : "My Server"
"scripts":{
"myScript":"server log --follow"
}
}server run-script myScript{
"name" : "My Server",
"scripts" : {
"updateCode" : [
"server stop",
"!git pull",
"server start"
],
}
}