We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a856c5 commit 85b7ab4Copy full SHA for 85b7ab4
1 file changed
.github/workflows/deploy_aws_lambda.yaml
@@ -6,8 +6,8 @@ on:
6
- main
7
8
env:
9
- AWS_REGION: eu-west-1 # set this to your preferred AWS region, e.g. us-west-1
10
- ECR_REPOSITORY: telegram_bot_agent # set this to your Amazon ECR repository name
+ AWS_REGION: eu-central-1
+ ECR_REPOSITORY: roxie-ecr
11
12
jobs:
13
deploy:
0 commit comments