first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"command": ["true"],
|
||||
"env": {
|
||||
"GAME_ID": "scum",
|
||||
"SERVER_TEMPLATE": "scum-local-proof"
|
||||
},
|
||||
"timeoutMs": 30000
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"command": ["true"],
|
||||
"env": {
|
||||
"GAME_ID": "scum",
|
||||
"SERVER_ACTION": "restart"
|
||||
},
|
||||
"timeoutMs": 30000
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"command": ["true"],
|
||||
"env": {
|
||||
"GAME_ID": "scum",
|
||||
"SERVER_ACTION": "start"
|
||||
},
|
||||
"timeoutMs": 30000
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"command": ["true"],
|
||||
"env": {
|
||||
"GAME_ID": "scum",
|
||||
"SERVER_ACTION": "status"
|
||||
},
|
||||
"timeoutMs": 30000
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"command": ["true"],
|
||||
"env": {
|
||||
"GAME_ID": "scum",
|
||||
"SERVER_ACTION": "stop"
|
||||
},
|
||||
"timeoutMs": 30000
|
||||
}
|
||||
Reference in New Issue
Block a user