Skip to content

Commit 0c1da8b

Browse files
committed
fix deploy realm server deps
1 parent fbb96aa commit 0c1da8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136

137137
deploy-realm-server:
138138
name: Deploy realm server
139-
needs: [deploy-worker]
139+
needs: [deploy-worker, build-realm-server, deploy-host, post-migrate-db]
140140
uses: cardstack/gh-actions/.github/workflows/ecs-deploy.yml@main
141141
secrets: inherit
142142
with:

0 commit comments

Comments
 (0)