cycles/deploy.sh

2 lines
109 B
Bash
Raw Normal View History

2022-04-15 02:47:27 +00:00
gunicorn --bind=0.0.0.0:9060 --daemon reload:app
gunicorn --bind 0.0.0.0:9061 --reload --chdir period app:app