Skip to content

Commit

Permalink
try again for collect static
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Mar 23, 2024
1 parent 78f7b61 commit 4557ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: python manage.py collectstatic && gunicorn --worker-tmp-dir /dev/shm sibyl.wsgi
web: sh -c "python manage.py collectstatic && gunicorn --worker-tmp-dir /dev/shm sibyl.wsgi"
release: python manage.py makemigrations && python manage.py migrate && python manage.py check --deploy

0 comments on commit 4557ec2

Please sign in to comment.