added the migration command
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 25s
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 25s
This commit is contained in:
parent
4e28e97e9a
commit
1bb05212b5
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ jobs:
|
|||
echo "DEBUG=0" >> .env
|
||||
|
||||
# ── 6. Run Database Migrations ─────────────────────────────────
|
||||
./venv/bin/python manage.py migrate auth zero --fake || true
|
||||
./venv/bin/python manage.py migrate --noinput
|
||||
|
||||
# ── 7. Configure and restart Systemd service ───────────────────
|
||||
|
|
|
|||
Loading…
Reference in a new issue