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 #603 from Financial-Times/remove-deploy-hashed-ass…
Browse files Browse the repository at this point in the history
…ets-command

Remove deploy-hashed-assets command
  • Loading branch information
NickColley authored Jul 27, 2020
2 parents c5a5aba + 759aac1 commit c1a691a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 145 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Options:
Commands:
configure [options] [source] [target] gets environment variables from Vault and uploads them to the current app
deploy-hashed-assets [options] deploys hashed asset files to S3 (if AWS keys set correctly)
deploy-static [options] <source> [otherSources...] Deploys static <source> to S3. Requires AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY env vars
run [options] Runs the local app through the router
rebuild [options] [apps...] Trigger a rebuild of the latest master on Circle
Expand Down
1 change: 0 additions & 1 deletion bin/n-heroku-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const utils = {
program.version(require('../package.json').version);

require('../tasks/configure')(program, utils);
require('../tasks/deploy-hashed-assets')(program, utils);
require('../tasks/deploy-static')(program, utils);
require('../tasks/run')(program, utils);
require('../tasks/rebuild')(program, utils);
Expand Down
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

module.exports = {
configure: require('./tasks/configure'),
deployHashedAssets: require('./tasks/deploy-hashed-assets'),
deployStatic: require('./tasks/deploy-static')
};
142 changes: 0 additions & 142 deletions tasks/deploy-hashed-assets.js

This file was deleted.

0 comments on commit c1a691a

Please sign in to comment.