Skip to content

Commit

Permalink
Update serverless.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyZZZZ committed Sep 13, 2023
1 parent c2f12be commit 7edb987
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ frameworkVersion: ">=2.0.0 <3.0.0"
provider:
name: aws
runtime: nodejs18.x
stage: "${env:STAGE}"
region: ap-southeast-2
stage: "${env:SLICE}"
region: "${env:RQP_REGION}"
stackTags:
Name: "${env:APPLICATION}-${env:SLICE}"
Application: "${env:APPLICATION}"
Expand All @@ -27,7 +27,7 @@ functions:
REPO_NAMES: ${env:REPO_NAMES}
AWS_ACCOUNT_ID: ${env:AWS_ACCOUNT_ID}
DRY_RUN: ${env:DRY_RUN, 'true'}
ECR_REGION: ${env:ECR_REGION, 'us-east-1'}
ECR_REGION: ${env:RQP_REGION, 'us-east-1'}
SLACK_WEBHOOK: ${env:SLACK_WEBHOOK}
timeout: 45
events:
Expand Down

0 comments on commit 7edb987

Please sign in to comment.