We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292b744 commit f306a72Copy full SHA for f306a72
1 file changed
config/deploy.js
@@ -34,7 +34,8 @@ module.exports = function(deployTarget) {
34
accessKeyId: process.env['AWS_ACCESS_KEY_ID'],
35
secretAccessKey: process.env['AWS_ACCESS_KEY_SECRET'],
36
bucket: "canary.ember-twiddle.com",
37
- region: "us-west-2"
+ region: "us-west-2",
38
+ allowOverwrite: true
39
};
40
}
41
@@ -49,7 +50,8 @@ module.exports = function(deployTarget) {
49
50
51
52
bucket: "ember-twiddle.com",
53
54
55
56
57
0 commit comments