Skip to content

Fix dispatch 2 (#20) #4

Fix dispatch 2 (#20)

Fix dispatch 2 (#20) #4

Workflow file for this run

name: Dispatch
on:
push:
branches:
- main
paths:
- 'dispatch.yaml'
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: 🛫 Checkout
uses: actions/checkout@v3
- name: 🗝 Authenticate with GCloud
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
- name: 🤖 Set up GCloud SDK
uses: google-github-actions/setup-gcloud@v1
- name: 🚀 Deploy Routing Rules on GCloud
run: gcloud app deploy dispatch.yaml