pile/run.sh
Tomáš Mládek f7de21af72 minor deploy fixes
ALLOWED_HOSTS, STATIC_ROOT, `exec` in run.sh
2020-03-18 23:03:48 +01:00

3 lines
No EOL
84 B
Bash
Executable file

#!/bin/bash
source .venv/bin/activate
exec gunicorn sdbs_pile.wsgi -b 127.0.0.1:8093