Acquia Cloud Hooks Integration
Acquia Cloud Hooks Integration
DevShop now supports firing Acquia Cloud Hooks when deploying to environments.
The code in acquia.drush.inc will detect an acquia repo and trigger your hooks to run.
See the Acquia Cloud Hooks repository for more information and samples: https://github.com/acquia/cloud-hooks
Hooks
post-code-deploy
Changing branch or tag manually.
DevShop Equivalent: provision-devshop-deploy when triggered from front-end.
post-code-update
Deploying code to a branch environment automatically.
DevShop Equivalent: provision-devshop-deploy
post-db-copy
Triggered after Sync task.
post-files-copy
Triggered after Sync task.
Last updated