Skip to content

Commit c753d71

Browse files
authored
fix cdk deployment
1 parent 85ce511 commit c753d71

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
echo "Startup complete"
6767
6868
- name: Deploy infrastructure using CDK
69+
env:
70+
AWS_DEFAULT_REGION: us-east-1
71+
AWS_REGION: us-east-1
72+
AWS_ACCESS_KEY_ID: test
73+
AWS_SECRET_ACCESS_KEY: test
6974
run: |
7075
cd cdk-user-microservice/src/CdkUserMicroservice && dotnet build
7176
cd ../..

0 commit comments

Comments
 (0)