um that never happened

This commit is contained in:
James Wang 2016-01-03 04:14:20 +00:00
parent a0361a220e
commit fa56204d0e

4
deploy
View file

@ -6,6 +6,6 @@ sudo service nginx stop
tmux kill-session -t ctf 2> /dev/null tmux kill-session -t ctf 2> /dev/null
echo "Starting the server..." echo "Starting the server..."
cd /home/pi/easyctf/server cd /home/vagrant/server
sudo service nginx start sudo service nginx start
tmux new-session -s ctf -d 'gunicorn "app:app" -c /home/pi/easyctf/gunicorn.py.ini' tmux new-session -s ctf -d 'gunicorn "app:app" -c /home/vagrant/scripts/gunicorn.py.ini'