Skip to content

Release release-2024-11-12T12.17 #239

Release release-2024-11-12T12.17

Release release-2024-11-12T12.17 #239

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