remove old deploy file

This commit is contained in:
Fraser
2023-05-07 19:56:03 -04:00
parent ccccec5f82
commit 6d6542a3bf
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1 +0,0 @@
web: gunicorn main:app --worker-class eventlet --threads 4
+1 -1
View File
@@ -2,4 +2,4 @@
# cmds = ['python3 dataset_dl.py']
[start]
cmd = 'gunicorn --timeout 300 "main:app"'
cmd = 'gunicorn --timeout 300 "main:app" --threads 4'