Skip to content

Commit 1483ee5

Browse files
authored
fix region flag
1 parent 97c42c7 commit 1483ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: Install Dotnet-Lambda tool
3333
run: dotnet tool install --global Amazon.Lambda.Tools
3434
- name: Deploy
35-
run: dotnet lambda deploy-serverless --stack-name LeetcodeDailyChallengeLambda --s3-bucket leetcode-daily-challenge-store --template src/LeetcodeDailyChallengeReminder/serverless.template --region us-east-1
35+
run: dotnet lambda deploy-serverless --stack-name LeetcodeDailyChallengeLambda --s3-bucket leetcode-daily-challenge-store --template src/LeetcodeDailyChallengeReminder/serverless.template --region eu-west-1

0 commit comments

Comments
 (0)