Skip to content

Add bucket region for web #606

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 1, 2017
Merged

Add bucket region for web #606

merged 1 commit into from
Mar 1, 2017

Conversation

thejsj
Copy link
Member

@thejsj thejsj commented Mar 1, 2017

What this PR does

  • Adds AWS_REGION ENV to web
  • Add aws region for delta (us-west-2)

Deployment (post-merge)

Ensure that all environments have the given changes.

  • deployed to gamma
  • deployed to delta

ansible/.npmrc Outdated
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this in here?

@thejsj thejsj force-pushed the add-aws-region-to-fe branch from e4e09e2 to e6450f4 Compare March 1, 2017 21:58
Copy link

@Myztiq Myztiq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -14,6 +14,7 @@ dockerfile_enviroment: [
"MIXPANEL_PROXY_URL {{ mixpanel_proxy_url }}",
"AWS_ACCESS_KEY {{ aws_access_key }}",
"AWS_BUCKET app.{{ domain }}",
"AWS_REGION {{ web_aws_bucket_region | default('us-standard') }}",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why us-standard as default?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's the default region and what we use for gamma.

@Myztiq Myztiq merged commit 662dcd8 into master Mar 1, 2017
@Myztiq Myztiq deleted the add-aws-region-to-fe branch March 1, 2017 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants