diff --git a/.gitea/workflows/deploy_stage.yml b/.gitea/workflows/deploy_stage.yml index 70f79f9..566acaa 100644 --- a/.gitea/workflows/deploy_stage.yml +++ b/.gitea/workflows/deploy_stage.yml @@ -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"