From fa56204d0e3586fbd9c13294c8b82c7267d700c0 Mon Sep 17 00:00:00 2001 From: James Wang Date: Sun, 3 Jan 2016 04:14:20 +0000 Subject: [PATCH] um that never happened --- deploy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy b/deploy index 8ad8cfa..2d6014c 100755 --- a/deploy +++ b/deploy @@ -6,6 +6,6 @@ sudo service nginx stop tmux kill-session -t ctf 2> /dev/null echo "Starting the server..." -cd /home/pi/easyctf/server +cd /home/vagrant/server 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'