Skip to content

Commit 7d43e5c

Browse files
committed
add more regions
1 parent d5707f2 commit 7d43e5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
needs: [pre-build, init-kosli]
7878
uses: ./.github/workflows/upload-cli-layer.yml
7979
with:
80-
tag: v2.11.2
80+
tag: v2.11.5
8181
AWS_ACCOUNT_ID: 585008075785
8282
AWS_REGION: eu-central-1
8383

bin/upload_cli_layer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Configuration
22
TAG=$TAG
33
AWS_ACCOUNT_ID=$AWS_ACCOUNT_ID
4-
AWS_REGIONS=("eu-central-1" "us-east-1" "us-west-1") # Where to upload the layer
4+
AWS_REGIONS=("eu-central-1" "eu-west-1" "eu-west-2" "eu-west-3" "eu-north-1" "us-east-1" "us-east-2" "us-west-1" "us-west-2") # Where to upload the layer
55
S3_BUCKET="lambda-layer-mapping-ccc19615fd6c05ace42e71c551995458dbdb1be7"
66
S3_KEY="lambda_layer_versions.json"
77
LAYER_NAME="kosli-cli-test"

0 commit comments

Comments
 (0)