Skip to content

Commit 2eb6052

Browse files
committed
Determine git sha for app deploy
This gets used when checking out the terraform code in "deploy-application", without it the workflow sha is always used.
1 parent 75e2b7b commit 2eb6052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
deploy-application:
8989
permissions:
9090
id-token: write
91-
needs: deploy-infrastructure
91+
needs: [deploy-infrastructure, determine-git-sha]
9292
uses: ./.github/workflows/deploy-application.yml
9393
with:
9494
environment: ${{ inputs.environment }}

0 commit comments

Comments
 (0)