Skip to content

Change form button text #13

Change form button text

Change form button text #13

Workflow file for this run

name: Deploy Main to Staging
on:
push:
branches:
- "main"
jobs:
call_build_and_push:
uses: ./.github/workflows/build.yml
with:
image_name: ${{ github.repository }}
image_tag: main
secrets: inherit
deploy:
needs: [call_build_and_push]
uses: ./.github/workflows/_update_terraform.yml
with:
image_tag: main
deployment_environment: staging
secrets: inherit