DevShop
Search…
Primary version
Introduction
Introduction
About DevShop
Roadmap
Tour
How it works
Install & Upgrade
Installing DevShop
Upgrading DevShop
Changing Hostname
System Configuration with Ansible
Setup Examples
Using DevShop
Deployment Hooks
Migrating sites into DevShop
Customizing settings.php
Automated Testing
Acquia Cloud Hooks Integration
Remote Servers
Going Live
Scaling
Deleting Projects & Environments
Using SSL
Password Protection
Troubleshooting
Developing DevShop
Developing DevShop
Learning DevShop
The Complete DevShop Training
Contributing
How to contribute to DevShop
Release Process
Powered By
GitBook
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.
1
post-code-deploy site target-env source-branch deployed-tag repo-url repo-type
Copied!
post-code-update
Deploying code to a branch environment automatically.
DevShop Equivalent: provision-devshop-deploy
1
post-code-deploy site target-env source-branch deployed-tag repo-url repo-type
Copied!
post-db-copy
Triggered after Sync task.
1
post-db-copy site target-env db-name source-env
Copied!
post-files-copy
Triggered after Sync task.
1
post-files-copy mysite prod dev
Copied!
Using DevShop - Previous
Automated Testing
Next - Using DevShop
Remote Servers
Last modified
4yr ago
Copy link
Contents
Acquia Cloud Hooks Integration
Hooks
post-code-deploy
post-code-update
post-db-copy
post-files-copy