Zhichao commited on
Commit
6754460
1 Parent(s): 8a0695b

fix typo and the sequence (#101)

Browse files
Files changed (1) hide show
  1. .github/workflows/cicd.yaml +2 -2
.github/workflows/cicd.yaml CHANGED
@@ -9,7 +9,7 @@ env:
9
  repo_name: "vision-agent"
10
  aws_account_id: "970073041993"
11
  aws_region: "us-east-2"
12
- cluster_name: "lles-app-dev"
13
  namespace: "datamanagement"
14
 
15
  jobs:
@@ -95,7 +95,7 @@ jobs:
95
  pnpm prisma migrate deploy
96
 
97
  deploy_to_aws_development:
98
- needs: build
99
 
100
  runs-on: ubuntu-latest
101
  environment: aws-development
 
9
  repo_name: "vision-agent"
10
  aws_account_id: "970073041993"
11
  aws_region: "us-east-2"
12
+ cluster_name: "llens-app-dev"
13
  namespace: "datamanagement"
14
 
15
  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