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 #629 from Financial-Times/delete-rebuild-command
Browse files Browse the repository at this point in the history
Delete rebuild command
  • Loading branch information
emortong committed Jun 24, 2021
2 parents f7dd93a + a6f13a1 commit a582ff1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 102 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Commands:
configure [options] [source] [target] gets environment variables from Vault and uploads them to the current app
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...] DEPRECATED. Trigger a rebuild of the latest master on Circle
gtg [app] Runs gtg checks for an app
review-app [options] [appName] Create or find an existing heroku review app and print out the app name. [appName] is the package.json name (which is also the value of VAULT_NAME). On the first build of a branch, Heroku will create a review app with a build. On subsequent builds, Heroku will automatically generate a new build, which this task looks for. See https://devcenter.heroku.com/articles/review-apps-beta for more details of the internals
upload-assets-to-s3 [options] Uploads a folder of assets to an S3 bucket
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 @@ -21,7 +21,6 @@ program.version(require('../package.json').version);
require('../tasks/configure')(program, utils);
require('../tasks/deploy-static')(program, utils);
require('../tasks/run')(program, utils);
require('../tasks/rebuild')(program, utils);
require('../tasks/gtg')(program, utils);
require('../tasks/review-app')(program, utils);
require('../tasks/upload-assets-to-s3')(program, utils);
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"commander": "^3.0.0",
"denodeify": "^1.2.0",
"dotenv": "^8.0.0",
"fetchres": "^1.0.4",
"foreman": "^3.0.0",
"glob": "^7.1.6",
"is-image": "^3.0.0",
Expand Down
99 changes: 0 additions & 99 deletions tasks/rebuild.js

This file was deleted.

0 comments on commit a582ff1

Please sign in to comment.