Skip to content

Commit

Permalink
fix: update Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Mar 21, 2024
1 parent 5428b2c commit 56ebafa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
release: ./manage.py migrate
web: gunicorn --bind 0.0.0.0:$PORT shapeworks_cloud.wsgi
worker: REMAP_SIGTERM=SIGQUIT celery --app shapeworks_cloud.celery worker --loglevel INFO --without-heartbeat
beat: REMAP_SIGTERM=SIGQUIT celery --app shapeworks_cloud.celery beat --loglevel INFO --without-heartbeat
beat: celery --app shapeworks_cloud.celery beat

0 comments on commit 56ebafa

Please sign in to comment.