Fix deploy_stage workflow
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m6s
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m6s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user