Move deployment folder
This commit is contained in:
parent
561a66c196
commit
e5e928d99a
5 changed files with 107 additions and 0 deletions
5
backend/deployment/declared-servers.sh
Normal file
5
backend/deployment/declared-servers.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
NODE_ENV=production declared-server --port=3000 --name="Simonyi" --playerLimit=256 --npcCount=48 --scoreLimit=20000
|
||||
Loading…
Add table
Add a link
Reference in a new issue