Skip to content

feat: Added panic workflow to destroy all infra #9

feat: Added panic workflow to destroy all infra

feat: Added panic workflow to destroy all infra #9

Workflow file for this run

# CD pipeline for staging environment runs when PR gets merged with main branch
name: CD pipeline for staging environment
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy-to-stg:
uses: ./.github/workflows/cd-base.yml
with:
deployment_env: stg
secrets: inherit # pragma: allowlist secret