Skip to content

Release release-2024-11-05T10.55 #230

Release release-2024-11-05T10.55

Release release-2024-11-05T10.55 #230

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