Skip to content

Commit 224e837

Browse files
authored
fix(ci): Wait for infra deployment before deploying apps in prod pipeline (#1989)
1 parent 2170a3d commit 224e837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
deploy-apps:
7979
name: Deploy apps to prod
8080
needs:
81-
[check-for-changes]
81+
[check-for-changes, deploy-infra]
8282
if: ${{ always() && !failure() && !cancelled() && needs.check-for-changes.outputs.hasBackendChanges == 'true' }}
8383
uses: ./.github/workflows/workflow-deploy-apps.yml
8484
secrets:

0 commit comments

Comments
 (0)