Skip to content

fix: staging backend services not validating dataset in staging envir… #2

fix: staging backend services not validating dataset in staging envir…

fix: staging backend services not validating dataset in staging envir… #2

Workflow file for this run

name: Deploy staging IAC changes
on:
push:
branches:
- 'staging'
paths:
- 'environments/stg/**'
- 'terraform/**'
- 'pipelines/iac/common.conf'
- 'pipelines/iac/stg.conf'
- '.github/workflows/iac-stg-push.yml'
jobs:
pipeline-cd:
runs-on: ubuntu-latest
env:
ENGINE_ENV : stg
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true
- uses: google-github-actions/setup-gcloud@v0
with:
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true
- uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.3.7
terraform_wrapper: false
- name: deploy-changes
shell: bash
run: |
make -C "$GITHUB_WORKSPACE"/pipelines/iac cd