Commit 61c2f33633b1a6a4680d346bc7ebce6b9272e768
1 parent
3945bfd05c
Exists in
master
Fixed typo in run_production.sh
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
scripts/run_production.sh
View file @
61c2f33
#!/bin/bash -xe | 1 | 1 | #!/bin/bash -xe | |
source secrets.sh | 2 | 2 | source secrets.sh | |
source venv/bin/activate | 3 | 3 | source venv/bin/activate | |
newrelic-admin run-programn /srv/flashy-backend/venv/bin/gunicorn --pid /run/flashy/gunicorn.pid -w 6 -n flashy -b 127.0.0.1:7002 flashy.wsgi | 4 | 4 | newrelic-admin run-program /srv/flashy-backend/venv/bin/gunicorn --pid /run/flashy/gunicorn.pid -w 6 -n flashy -b 127.0.0.1:7002 flashy.wsgi | |
5 | 5 |