Update the production branch #82

Merged
heinzel merged 35 commits from master into production 2024-09-16 08:50:39 +02:00
Showing only changes of commit faf71976bd - Show all commits

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"