adding dispatch deploy to gcloud ci

This commit is contained in:
andy 2022-08-09 08:02:50 +01:00
parent 4c9a17f219
commit 018926361e

View File

@ -170,6 +170,10 @@ jobs:
- name: Set GCP Project
run: python admin.py set_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