Skip to content

Commit d4cbbc7

Browse files
committed
fix deploy_static
1 parent a6a7e4d commit d4cbbc7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deploy_static.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ source .venv/bin/activate
1616
uv sync
1717
cd pythonkr_backend
1818
export DJANGO_SETTINGS_MODULE="pythonkr_backend.settings.prod"
19-
./manage.py migrate --no-input
20-
./manage.py collectstatic --clear --noinput
2119
./manage.py build
2220

2321
cd ~/bakery_static/build

0 commit comments

Comments
 (0)