Skip to content

Deploy terraform from GitHub #30

Deploy terraform from GitHub

Deploy terraform from GitHub #30

name: Deploy Pull Request
on:
pull_request:
jobs:
deploy_to_test:
uses: ./.github/workflows/DeployEverything.yml
with:
env: "test"
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 }}