Zhichao commited on
Commit
e777dce
1 Parent(s): 6754460

deploy should depend on both build and db_migration (#102)

Browse files
Files changed (1) hide show
  1. .github/workflows/cicd.yaml +1 -1
.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