Skip to content

Commit

Permalink
Update deploy.md with correct Cloud Hooks links. (#3188)
Browse files Browse the repository at this point in the history
The Acquia docs link pointed to a stale page and the BLT one pointed to the 8.x branch, both throwing 404's. I've updated both to point to the latest iterations of each page.
  • Loading branch information
bluegriff authored and danepowell committed Oct 25, 2018
1 parent 1d2f22b commit 4a8e40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ Instead of performing these deployments manually, you can enlist the help of a C

## Cloud Hooks

On Acquia Cloud, [Cloud Hooks](https://docs.acquia.com/cloud/manage/cloud-hooks) are the preferred method to run database updates and configuration imports on each deploy. BLT provides a post-code-deploy hook that will conveniently run these updates automatically and fail the deployment task in Insight if anything goes wrong.
On Acquia Cloud, [Cloud Hooks](https://docs.acquia.com/acquia-cloud/develop/api/cloud-hooks/) are the preferred method to run database updates and configuration imports on each deploy. BLT provides a post-code-deploy hook that will conveniently run these updates automatically and fail the deployment task in Insight if anything goes wrong.

To install Acquia Cloud hooks for your BLT project:

1. Initialize Acquia Cloud hooks

blt recipes:cloud-hooks:init

This will add a hooks directory in your project root based on [BLT's default Acquia Cloud hooks](https://github.com/acquia/blt/tree/8.x/scripts/cloud-hooks/hooks).
This will add a hooks directory in your project root based on [BLT's default Acquia Cloud hooks](https://github.com/acquia/blt/tree/10.0.x/scripts/cloud-hooks/hooks).

1. Commit the new directory and push it to your Acquia git remote. Example commands:

Expand Down

0 comments on commit 4a8e40e

Please sign in to comment.