Skip to content

Merge pull request #282 from unboxed/update-google-protobuf #154

Merge pull request #282 from unboxed/update-google-protobuf

Merge pull request #282 from unboxed/update-google-protobuf #154

Workflow file for this run

---
name: Deploy
on:
push:
branches:
- main
jobs:
deploy-staging:
uses: ./.github/workflows/deploy-environment.yml
with:
environment-name: "staging"
db_subnets: "STAGING_BOPS_SUBNETS"
db_sg: "STAGING_BOPS_SG"
secrets: inherit
deploy-production:
uses: ./.github/workflows/deploy-environment.yml
needs: deploy-staging
with:
environment-name: "production"
db_subnets: "PRODUCTION_BOPS_SUBNETS"
db_sg: "PRODUCTION_BOPS_SG"
secrets: inherit