mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-03 19:20:16 -04:00
* feat: add run.sh and deploy.sh scripts for Director * feat: add prod defaults to secret.sample.py
4 lines
71 B
Bash
Executable File
4 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pipenv run gunicorn -b $HOST:$PORT --workers 4 tjdests.wsgi
|