Skip to content

Merge pull request #280 from unboxed/fix-debian-versions #152

Merge pull request #280 from unboxed/fix-debian-versions

Merge pull request #280 from unboxed/fix-debian-versions #152

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