Update the production branch #82
@@ -13,6 +13,8 @@ jobs:
|
|||||||
name: Deploy into stage environment
|
name: Deploy into stage environment
|
||||||
runs-on: [django-dav-events, kitty]
|
runs-on: [django-dav-events, kitty]
|
||||||
steps:
|
steps:
|
||||||
|
- name: "Pull code"
|
||||||
|
run: git -C "$DEPLOY_DIR/src/django-dav-events" pull
|
||||||
- name: "Migrate database"
|
- name: "Migrate database"
|
||||||
run: $DEPLOY_DIR/python/bin/python $DEPLOY_DIR/django/manage.py migrate --noinput
|
run: $DEPLOY_DIR/python/bin/python $DEPLOY_DIR/django/manage.py migrate --noinput
|
||||||
- name: "Collect static files"
|
- name: "Collect static files"
|
||||||
|
|||||||
Reference in New Issue
Block a user