Skip to content

Commit

Permalink
Workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
svogt0511 committed Dec 13, 2023
1 parent 3e1c67e commit 0f95d41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/branch_to_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ jobs:
call_build_and_push:
needs: test
uses: ./.github/workflows/build.yml
with:
image_name: ${{ github.repository }}
image_tag: main
secrets: inherit
deploy:
needs: [test, call_build_and_push]
uses: ./.github/workflows/_update_terraform.yml
with:
image_tag: main
deployment_environment: staging
secrets: inherit

0 comments on commit 0f95d41

Please sign in to comment.