Skip to content

Commit

Permalink
Added ap-southeast-2 to deploy files
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanna committed Nov 26, 2021
1 parent ceba8e6 commit 183a5cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy-using-profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public
aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-us-east-1/ --region us-east-1 --profile cloudwatch
aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-us-east-2/ --region us-east-2 --profile cloudwatch
aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-us-west-2/ --region us-west-2 --profile cloudwatch

aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-ap-southeast-2/ --region ap-southeast-2 --profile cloudwatch
2 changes: 2 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public
aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-us-east-1/ --region us-east-1
aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-us-east-2/ --region us-east-2
aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-us-west-2/ --region us-west-2

aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-ap-southeast-2/ --region ap-southeast-2

0 comments on commit 183a5cc

Please sign in to comment.