Very simple delivery script

This commit is contained in:
Gaël Métais
2014-09-05 16:01:06 +02:00
parent 87717ba448
commit 849e5a24a9
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/env bash
# Stop the server
forever stopall
cd /space/YellowLabTools
# Keep the settings.json file
git stash
git pull
git stash pop
# Restart the server
forever start -c "node --stack-size=65500" server.js