add deta.sh support

This commit is contained in:
hillerliao
2022-05-08 10:56:47 +08:00
parent 3324f8f790
commit 52ca4324f4
11 changed files with 283 additions and 360 deletions

View File

@@ -1,3 +1,3 @@
[program:gunicorn]
command=/usr/local/bin/gunicorn wsgi:app -b localhost:5000
command=/usr/local/bin/gunicorn main:app -b localhost:5000
directory=/app