Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanonymous-GitHub committed Mar 22, 2020
1 parent 6f6ba35 commit 813561f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pip3 install -r requirements.txt
export FLASK_APP=app.py
mkdir certs
mv ../certs/* ./certs
screen sudo flask run --cert ./certs/server.pub --key ./certs/server.key --host=0.0.0.0 --port=443
screen -d -m sudo flask run --cert ./certs/server.pub --key ./certs/server.key --host=0.0.0.0 --port=443

0 comments on commit 813561f

Please sign in to comment.