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
Changing branch or tag manually.
DevShop Equivalent: provision-devshop-deploy when triggered from front-end.
post-code-deploy site target-env source-branch deployed-tag repo-url repo-type
Deploying code to a branch environment automatically.
DevShop Equivalent: provision-devshop-deploy
post-code-deploy site target-env source-branch deployed-tag repo-url repo-type
Triggered after Sync task.
post-db-copy site target-env db-name source-env
Triggered after Sync task.
post-files-copy mysite prod dev
Last modified 5yr ago