Skip to content

Merge pull request #275 from unboxed/dependabot/bundler/actionpack-7.… #146

Merge pull request #275 from unboxed/dependabot/bundler/actionpack-7.…

Merge pull request #275 from unboxed/dependabot/bundler/actionpack-7.… #146

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