Spaces:
Running
Running
Zhichao
commited on
fix typo and the sequence (#101)
Browse files
.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: "
|
13 |
namespace: "datamanagement"
|
14 |
|
15 |
jobs:
|
@@ -95,7 +95,7 @@ jobs:
|
|
95 |
pnpm prisma migrate deploy
|
96 |
|
97 |
deploy_to_aws_development:
|
98 |
-
needs:
|
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
|