Skip to content

Commit

Permalink
fix(ci): Wait for infra deployment before deploying apps in prod pipe…
Browse files Browse the repository at this point in the history
…line (#1989)
  • Loading branch information
oskogstad authored Mar 3, 2025
1 parent 2170a3d commit 224e837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
deploy-apps:
name: Deploy apps to prod
needs:
[check-for-changes]
[check-for-changes, deploy-infra]
if: ${{ always() && !failure() && !cancelled() && needs.check-for-changes.outputs.hasBackendChanges == 'true' }}
uses: ./.github/workflows/workflow-deploy-apps.yml
secrets:
Expand Down

0 comments on commit 224e837

Please sign in to comment.