Skip to content

Instantly share code, notes, and snippets.

@kazuph
Created July 16, 2014 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kazuph/aefef72165dcbf7508d9 to your computer and use it in GitHub Desktop.
Save kazuph/aefef72165dcbf7508d9 to your computer and use it in GitHub Desktop.
capistrano実行時にhipchatに通知を送信する ref: http://qiita.com/kazuph/items/c743e2b4b61b3f5e086c
+require 'hipchat/capistrano'
+set :hipchat_token, "YOUR_HIPCHAT_TOKEN"
+set :hipchat_room_name, "YOUR_ROOM"
+set :hipchat_announce, true # or false
+ gem 'hipcaht'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment