Skip to content

Commit 3ff9715

Browse files
authored
fix the cdk deployment (#4)
* fix the cdk deployment * try fixing again
1 parent 578ffd0 commit 3ff9715

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/cloudpod_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ 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
66+
AWS_SECRET_ACCESS_KEY: test
6267
run: |
6368
cdklocal bootstrap && cdklocal deploy --require-approval never
6469

.github/workflows/integration-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ 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
79+
AWS_SECRET_ACCESS_KEY: test
7580
run: |
7681
cdklocal bootstrap && cdklocal deploy --require-approval never
7782

0 commit comments

Comments
 (0)