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.
2 parents 7dbf7be + de8cdf0 commit 273711fCopy full SHA for 273711f
blueprints/lightning-deploy-config/files/config/deploy.js
@@ -30,6 +30,7 @@ module.exports = function(deployTarget) {
30
ENV.s3.accessKeyId = process.env.AWS_KEY;
31
ENV.s3.secretAccessKey = process.env.AWS_SECRET;
32
ENV.s3.bucket = /* YOUR S3 BUCKET NAME */;
33
+ ENV.s3.region = /* YOUR S3 REGION */;
34
}
35
36
if (deployTarget === 'qa') {
0 commit comments