Try out https://github.com/Bostwickenator/ch.rip instead.
Original instructions:
Try out https://github.com/Bostwickenator/ch.rip instead.
Original instructions:
| #!/bin/bash | |
| # | |
| # Cloud Hooks: code-deploy, code-update, db-copy, web-activate | |
| # Essentially any time code or db changes are made. | |
| # | |
| # Purges Varnish cache for all .com domains assigned to the environment in Acquia Cloud. | |
| site="$1" | |
| target_env="$2" | |
| drush_alias=$site'.'$target_env |