Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

ryde-inc/wercker-step-chatwork-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notify Chatwork wercker status

A wercker step to send a message to a Chatwork room

Options

  • token (required) Your Chatwork token
  • room-id (required) The id of the Chatwork room
  • passed-message (optional) The message which will be shown on a passed build or deploy.
  • failed-message (optional) The message which will be shown on a failed build or deploy.

Example

The following wercker.yml:

build:
  after-steps:
    - heathrow/chatwork-notify:
        token: $CHATWORK_TOKEN
        room-id: id

About

A wercker step to send a message to a ChatWork room

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages