Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

VDCTEAM-6290 [MM] :: Initial Commit #5

VDCTEAM-6290 [MM] :: Initial Commit

VDCTEAM-6290 [MM] :: Initial Commit #5

name: Terraform Apply
on:
push:
branches:
- main
jobs:
dev:
if: contains(github.event.head_commit.message, 'Merge pull request')
uses: ./.github/workflows/terraform-apply-action.yml
with:
vdc-environment: dev
gh-environment: Dev
live:
uses: ./.github/workflows/terraform-apply-action.yml
needs: dev
with:
vdc-environment: live
gh-environment: Live