Commit fe09cf8093881886d3c9319314691e9218ffc8f9

Authored by Andrew Buss
1 parent 23b3968836
Exists in master

Sourced secrets.sh instead

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

scripts/run_production.sh View file @ fe09cf8
1 1 #!/bin/bash -xe
2   -source secrets
  2 +source secrets.sh
3 3 source venv/bin/activate
4 4 venv/bin/gunicorn -b 127.0.0.1:7002 flashy.wsgi