Skip to content

Commit 85b7ab4

Browse files
committed
feat: refactor deployment to aws lambda config
1 parent 8a856c5 commit 85b7ab4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_aws_lambda.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- main
77

88
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
9+
AWS_REGION: eu-central-1
10+
ECR_REPOSITORY: roxie-ecr
1111

1212
jobs:
1313
deploy:

0 commit comments

Comments
 (0)