You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heaven looks for information in the environments and tries to give feedback to chat rooms to everyone knows that code has been deployed. Right now it supports three networks.
All notifications run inside of resque jobs and need to define a deliver method.
The notification token to send messages to hipchat.
HIPCHAT_ROOM
The room to post deployment messages to.
Flowdock
Configuration
Environmental Variables
FLOWDOCK_USER_API_TOKEN
A user's api token from Flowdock account page. This is used to access the api and post some messages.
FLOWDOCK_FLOW_TOKENS
A JSON string that has flow ids and flow source tokens as key-value pairs. You need to generate the source tokens using OAuth api. Note that these are part of the new Flowdock threads api and thus the old flow tokens will not work.
FLOWDOCK_USER_NAME
(Optional) A name that is displayed as the author for deployment activities. Defaults to Heaven
FLOWDOCK_USER_EMAIL
(Optional) An email address for the above user. Defaults to dummy [email protected].
FLOWDOCK_USER_AVATAR
(Optional) A url to an image that is shown for the above user as an avatar. By default a success and failure icon are used depending on the build status.
Commit Change Notifications
Successful deployments to any environment are always compared with the last
successful deployment to the production environment.
Environmental Variables
HEAVEN_NOTIFIER_DISPLAY_COMMITS
Add to send a list of commit changes after a succesful deployment.
HEAVEN_NOTIFIER_DISPLAY_COMMITS_LIMIT
Limit the number of commits listed in the notification.