um that never happened
This commit is contained in:
parent
a0361a220e
commit
fa56204d0e
1 changed files with 2 additions and 2 deletions
4
deploy
4
deploy
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue