diff --git a/templates/zephyr/integrations.html b/templates/zephyr/integrations.html index 652ca51595..83b81e56de 100644 --- a/templates/zephyr/integrations.html +++ b/templates/zephyr/integrations.html @@ -54,7 +54,7 @@
Here's some example code for sending a Humbug notification after a deployment has completed:
-after 'deploy:create_symlink', 'notify:humbug' +after 'deploy', 'notify:humbug' namespace :notify do desc "Post a message to Humbug that we've deployed" @@ -70,9 +70,9 @@Make sure you've created a filled-out -~/.humbugrcon your Capistrano machine.You may need to change - the +deploy:create_symlinkabove to the final step - of your deployment process, if it is different.You may need to change the deployabove to + another step of your deployment process, if you'd like the + notification to fire at a different time.