Skip to content

Commit 9136bb2

Browse files
committed
Procfile updates
1 parent 75ee9bd commit 9136bb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Procfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
release: python manage.py migrate --noinput && python manage.py clear_cache --cache=default && python manage.py sync_roles
2-
web: python manage.py install_languages fr_en ar_en es_en --noinput && gunicorn hypha.wsgi:application --log-file -
3-
worker: celery --app=hypha.celery worker --events -c 4
2+
web: gunicorn hypha.wsgi:application --log-file -
3+
worker: celery --app=hypha.celery worker --events -c 2

0 commit comments

Comments
 (0)