Skip to content

feat: Added DB_NAME as variable #8

feat: Added DB_NAME as variable

feat: Added DB_NAME as variable #8

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