moving dispatch deployment to after app engine

This commit is contained in:
Andy Pack 2023-09-08 18:12:00 +01:00
parent ce3a5d6d42
commit 2bb375d4da
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -119,6 +119,10 @@ jobs:
- name: Set GCP Project
run: python admin.py set_project ${{ vars.GCP_PROJECT }}
# DEPLOY app engine service, -nb for skipping compile
- name: Deploy App Engine Service
run: python admin.py app -nb
- name: Set Test Dispatch Rules
run: |
cp dispatch.test.yaml dispatch.yaml
@ -128,10 +132,6 @@ jobs:
- name: Deploy dispatch.yaml
run: gcloud app deploy dispatch.yaml --quiet
# DEPLOY app engine service, -nb for skipping compile
- name: Deploy App Engine Service
run: python admin.py app -nb
### MAIN FUNCTIONS
# DEPLOY update_tag function
@ -302,14 +302,14 @@ jobs:
- name: Set GCP Project
run: python admin.py set_project ${{ vars.GCP_PROJECT }}
# DEPLOY domain routes
- name: Deploy dispatch.yaml
run: gcloud app deploy dispatch.yaml --quiet
# DEPLOY app engine service, -nb for skipping compile
- name: Deploy App Engine Service
run: python admin.py app -nb
# DEPLOY domain routes
- name: Deploy dispatch.yaml
run: gcloud app deploy dispatch.yaml --quiet
### MAIN FUNCTIONS
# DEPLOY update_tag function