Skip to content

Instantly share code, notes, and snippets.

@ygerasimov
Last active June 18, 2019 00:22
Show Gist options
  • Save ygerasimov/752d3d6687744b1e723505647bb9be32 to your computer and use it in GitHub Desktop.
Save ygerasimov/752d3d6687744b1e723505647bb9be32 to your computer and use it in GitHub Desktop.
Umami Diffy Platform.sh triggering hooks.
hooks:
# The deploy hook runs after your application has been deployed and started.
deploy: |
cd web
drush si demo_umami -y --account-pass=nKraDzZq8ZUq747Bn9PaXAB83 --account-mail="gareth@fivemilemedia.co.uk"
drush cron
drush status > sites/default/files/drush-status.txt
php ../scripts/diffy-visual-testing.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment