[go: nahoru, domu]

Skip to content

Commit

Permalink
update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
zxytim committed Aug 7, 2017
1 parent 3c8711e commit a4a499b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
mkdir -p server_log
gunicorn -w 3 run_demo_server:app -b 0.0.0.0 -p 8769 -t 120 \
--capture-output \
gunicorn -w 3 run_demo_server:app -b 0.0.0.0:8769 -t 120 \
--error-logfile server_log/error.log \
--access-logfile server_log/access.log

0 comments on commit a4a499b

Please sign in to comment.