Skip to content

Commit 53c9806

Browse files
committed
Add tailwind build into deploy script
1 parent 970dacd commit 53c9806

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy_prod.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ uv sync
2929
cd pythonkr_backend
3030
export DJANGO_SETTINGS_MODULE="pythonkr_backend.settings.prod"
3131
./manage.py migrate --no-input
32+
./manage.py tailwind build
3233
./manage.py loaddata fixtures.json
3334
./manage.py collectstatic --clear --noinput
3435
gunicorn --workers=2 \

0 commit comments

Comments
 (0)