Skip to content

Instantly share code, notes, and snippets.

@nurey
Created March 27, 2012 17:45
Show Gist options
  • Save nurey/2218303 to your computer and use it in GitHub Desktop.
Save nurey/2218303 to your computer and use it in GitHub Desktop.
capistrano notify_grove
namespace :deploy do
task :notify_grove do
run 'curl https://grove.io/api/notice/[REPLACE_WITH_TOKEN]/ -d "service=DeployBot" -d "message=New code deployed!"'
end
end
after "deploy", "deploy:notify_grove"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment