Skip to content

Commit 273711f

Browse files
committed
Merge pull request #16 from kybishop/master
added missing s3.region config to blueprint
2 parents 7dbf7be + de8cdf0 commit 273711f

File tree

1 file changed

+1
-0
lines changed
  • blueprints/lightning-deploy-config/files/config

1 file changed

+1
-0
lines changed

blueprints/lightning-deploy-config/files/config/deploy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = function(deployTarget) {
3030
ENV.s3.accessKeyId = process.env.AWS_KEY;
3131
ENV.s3.secretAccessKey = process.env.AWS_SECRET;
3232
ENV.s3.bucket = /* YOUR S3 BUCKET NAME */;
33+
ENV.s3.region = /* YOUR S3 REGION */;
3334
}
3435

3536
if (deployTarget === 'qa') {

0 commit comments

Comments
 (0)