Spaces:
Sleeping
Sleeping
Zhichao
commited on
deploy should depend on both build and db_migration (#102)
Browse files
.github/workflows/cicd.yaml
CHANGED
@@ -95,7 +95,7 @@ jobs:
|
|
95 |
pnpm prisma migrate deploy
|
96 |
|
97 |
deploy_to_aws_development:
|
98 |
-
needs: db_migration
|
99 |
|
100 |
runs-on: ubuntu-latest
|
101 |
environment: aws-development
|
|
|
95 |
pnpm prisma migrate deploy
|
96 |
|
97 |
deploy_to_aws_development:
|
98 |
+
needs: [build, db_migration]
|
99 |
|
100 |
runs-on: ubuntu-latest
|
101 |
environment: aws-development
|