Created
March 27, 2012 17:45
-
-
Save nurey/2218303 to your computer and use it in GitHub Desktop.
capistrano notify_grove
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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