Skip to content

Commit

Permalink
Simply correct the s3 deployment region.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadnoslen committed Sep 20, 2017
1 parent 458bed0 commit 24f4d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function (/*deployTarget*/) {
bucket: 'ember-cli-bootstrap3-tooltip.cybertooth.io',
filePattern: '**/*.{js,css,png,gif,ico,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2,otf,html}',
profile: 'cybertooth',
region: 'us-west-2'
region: 'ca-central-1'
}
};

Expand Down

0 comments on commit 24f4d56

Please sign in to comment.