Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. hooks:
  2. # The deploy hook runs after your application has been deployed and started.
  3. deploy: |
  4. cd web
  5. drush si demo_umami -y --account-pass=nKraDzZq8ZUq747Bn9PaXAB83 --account-mail="gareth@fivemilemedia.co.uk"
  6. drush cron
  7. drush status > sites/default/files/drush-status.txt
  8. php ../scripts/diffy-visual-testing.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement