Skip to content

Release release-2024-10-31T16.13 #222

Release release-2024-10-31T16.13

Release release-2024-10-31T16.13 #222

Workflow file for this run

---
name: Deploy
on:
release:
types: [prereleased]
workflow_dispatch:
jobs:
deploy:
name: Deploy to staging
uses: ./.github/workflows/deploy-environment.yml
with:
environment-name: "staging"
db_subnets: "STAGING_BOPS_SUBNETS"
db_sg: "STAGING_BOPS_SG"
secrets: inherit