Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Adds region
Browse files Browse the repository at this point in the history
  • Loading branch information
osahyoun committed Jan 16, 2017
1 parent ef5d4b4 commit 7892944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ deployment:
- ./bin/build.sh
- ./bin/deploy.sh $CIRCLE_SHA1 'champaign' 'env-production' 'champaign-assets-production' 'logs3.papertrailapp.com:44107' 'actions.sumofus.org'
staging:
branch: update.paperclip
branch: development
commands:
- ./bin/build.sh
- ./bin/deploy.sh $CIRCLE_SHA1 'champaign' 'champaign-staging' 'champaign-assets-staging' 'logs3.papertrailapp.com:34848' 'action-staging.sumofus.org'
Expand Down
1 change: 1 addition & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@

config.paperclip_defaults = {
storage: :s3,
s3_region: Settings.aws_region,
s3_host_name: Settings.s3_host_name,
s3_host_alias: Settings.cloudfront_url,
s3_protocol: 'https',
Expand Down

0 comments on commit 7892944

Please sign in to comment.