Skip to content

Constrain shceduled env destruction to Test2 #56

Constrain shceduled env destruction to Test2

Constrain shceduled env destruction to Test2 #56

name: Deploy Branch Push
on:
push:
branches-ignore:
- 'main'
jobs:
deploy_to_test:
uses: ./.github/workflows/DeployEverything.yml
with:
env: "Test2"
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_STATIC_WEB_APPS_API_TOKEN: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
TERRAFORM_STATE_ACCESS_KEY: ${{ secrets.TERRAFORM_STATE_ACCESS_KEY }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}