cycles/deploy.sh

2 lines
109 B
Bash

gunicorn --bind=0.0.0.0:9060 --daemon reload:app
gunicorn --bind 0.0.0.0:9061 --reload --chdir period app:app