From 24f4d562fd3426df87e05a27cfe52a583efeb691 Mon Sep 17 00:00:00 2001 From: Dan Nelson Date: Tue, 19 Sep 2017 22:26:59 -0600 Subject: [PATCH] Simply correct the s3 deployment region. --- config/deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.js b/config/deploy.js index 149f0e1..9e96e54 100644 --- a/config/deploy.js +++ b/config/deploy.js @@ -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' } };