Skip to content

Commit

Permalink
fix: fix breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
delitamakanda committed May 10, 2024
1 parent 1369bb6 commit 1bdc7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
@@ -1,3 +1,3 @@
web: gunicorn myelearning.wsgi:application --preload
worker: celery worker --app=myelearning --loglevel=info -B
worker: celery -A myelearning worker --loglevel=info -B
release: python3 manage.py migrate

0 comments on commit 1bdc7eb

Please sign in to comment.