Fix deploy_stage workflow
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m6s

This commit is contained in:
2024-09-10 10:21:10 +02:00
parent dde2355ce0
commit faf71976bd

View File

@@ -13,6 +13,8 @@ jobs:
name: Deploy into stage environment
runs-on: [django-dav-events, kitty]
steps:
- name: "Pull code"
run: git -C "$DEPLOY_DIR/src/django-dav-events" pull
- name: "Migrate database"
run: $DEPLOY_DIR/python/bin/python $DEPLOY_DIR/django/manage.py migrate --noinput
- name: "Collect static files"