Skip to content

Commit 25b8fdf

Browse files
committed
fix the cdk deployment
1 parent 578ffd0 commit 25b8fdf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/cloudpod_release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959

6060
- name: Deploy infrastructure
6161
working-directory: deployments/cdk
62+
env:
63+
AWS_DEFAULT_REGION: us-east-1
64+
AWS_REGION: us-east-1
65+
AWS_ACCESS_KEY_ID: test
6266
run: |
6367
cdklocal bootstrap && cdklocal deploy --require-approval never
6468

.github/workflows/integration-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ jobs:
7272
7373
- name: Deploy infrastructure
7474
working-directory: deployments/cdk
75+
env:
76+
AWS_DEFAULT_REGION: us-east-1
77+
AWS_REGION: us-east-1
78+
AWS_ACCESS_KEY_ID: test
7579
run: |
7680
cdklocal bootstrap && cdklocal deploy --require-approval never
7781

0 commit comments

Comments
 (0)