Skip to content

Commit

Permalink
Allow overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Feb 24, 2016
1 parent 292b744 commit f306a72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ module.exports = function(deployTarget) {
accessKeyId: process.env['AWS_ACCESS_KEY_ID'],
secretAccessKey: process.env['AWS_ACCESS_KEY_SECRET'],
bucket: "canary.ember-twiddle.com",
region: "us-west-2"
region: "us-west-2",
allowOverwrite: true
};
}

Expand All @@ -49,7 +50,8 @@ module.exports = function(deployTarget) {
accessKeyId: process.env['AWS_ACCESS_KEY_ID'],
secretAccessKey: process.env['AWS_ACCESS_KEY_SECRET'],
bucket: "ember-twiddle.com",
region: "us-west-2"
region: "us-west-2",
allowOverwrite: true
};
}

Expand Down

0 comments on commit f306a72

Please sign in to comment.