deployer/docs/contrib/hipchat.md
Anton Medvedev 47a193f9af
Add docgen
2020-10-02 01:11:13 +03:00

1.4 KiB
Raw Blame History

hipchat

Source

Installing

Add to your deploy.php

require 'contrib/hipchat.php';

Configuration

  • hipchat_token Hipchat V1 auth token
  • hipchat_room_id Room ID or name
  • hipchat_message Deploy message, default is _{{user}}_ deploying {{branch}} to *{{target}}*
  • hipchat_from Default to target
  • hipchat_color Message color, default is green
  • hipchat_url The URL to the message endpoint, default is https://api.hipchat.com/v1/rooms/message

Usage

Since you should only notify Hipchat room of a successful deployment, the hipchat:notify task should be executed right at the end.

after('deploy', 'hipchat:notify');

Config

hipchat_color

Source

hipchat_from

Source

hipchat_message

Source

hipchat_url

Source

Tasks

hipchat:notify

Source