Skip to content

fix: Fixed typo in sql scripts folder path #7

fix: Fixed typo in sql scripts folder path

fix: Fixed typo in sql scripts folder path #7

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