Skip to content

Commit

Permalink
Merge pull request #11 from buildkite/publish-to-more-regions
Browse files Browse the repository at this point in the history
Public to newer aws regions (ca-central-1, eu-north-1 and eu-west-3)
  • Loading branch information
lox authored Apr 13, 2019
2 parents 8bb509f + 706999f commit e90862f
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .buildkite/steps/upload-to-s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@ export AWS_DEFAULT_REGION=us-east-1
# export AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY:-$SANDBOX_AWS_SECRET_ACCESS_KEY}

EXTRA_REGIONS=(
us-east-2
us-west-1
us-west-2
eu-west-1
eu-west-2
eu-central-1
ap-northeast-1
ap-northeast-2
ap-southeast-1
ap-southeast-2
ap-south-1
sa-east-1
us-east-2
us-west-1
us-west-2
ap-south-1
ap-northeast-2
ap-southeast-1
ap-southeast-2
ap-northeast-1
ca-central-1
eu-central-1
eu-west-1
eu-west-2
eu-west-3
eu-north-1
sa-east-1
)

VERSION=$(buildkite-agent meta-data get "version")
Expand Down

0 comments on commit e90862f

Please sign in to comment.