Skip to content

deploy with cloud build #6

deploy with cloud build

deploy with cloud build #6

Workflow file for this run

name: GitHub Actions
on:
push:
branches:
- main
jobs:
deploy:
permissions:
contents: 'read'
id-token: 'write'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: google-github-actions/auth@v2
with:
workload_identity_provider: projects/609385848802/locations/global/workloadIdentityPools/github/providers/github
service_account: github-actions@sfujiwara.iam.gserviceaccount.com
- name: Deploy
run: make cloud-build