Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #40 from Financial-Times/assets-on-s3
Browse files Browse the repository at this point in the history
Update env var names in check
  • Loading branch information
adgad committed Mar 31, 2015
2 parents 4e1f146 + f71496d commit 3773189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy-hashed-assets-s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function hashAndUpload(opts) {
}

module.exports = function(app) {
if(!(process.env.aws_access && process.env.aws_secret)) {
if(!(process.env.aws_access_hashed_assets && process.env.aws_secret_hashed_assets)) {
console.warn("Missing AWS keys. Hashed assets will not deploy to S3");
return Promise.resolve();
}
Expand Down

0 comments on commit 3773189

Please sign in to comment.