Skip to content

Commit b6c9cb9

Browse files
committed
fix deploy prod
1 parent 4a51e01 commit b6c9cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_prod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cd pythonkr_backend
2727
export DJANGO_SETTINGS_MODULE="pythonkr_backend.settings.prod"
2828

2929
./manage.py migrate --no-input
30-
./manage.py manage.py migrate django_celery_results
30+
./manage.py migrate django_celery_results
3131
./manage.py tailwind install && ./manage.py tailwind build
3232
./manage.py loaddata fixtures.json
3333
./manage.py collectstatic --clear --noinput

0 commit comments

Comments
 (0)