Download the PHP package thangcx-1985/deployer-chatwork-notification without Composer
On this page you can find all versions of the php package thangcx-1985/deployer-chatwork-notification. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download thangcx-1985/deployer-chatwork-notification
More information about thangcx-1985/deployer-chatwork-notification
Files in thangcx-1985/deployer-chatwork-notification
Package deployer-chatwork-notification
Short Description Deployer's Chatwork Notification
License MIT
Homepage https://github.com/thangcx-1985/deployer-chatwork-notification
Informations about the package deployer-chatwork-notification
deployer-chatwork-notification
This repository contains chatwork recipes to integrate with deployer.
Installing
Include recipes in deploy.php file.
Configuration
Required
chatwork_api_token– chatwork api token, requiredchatwork_room_id– chatwork room ID, requiredproject_link– github project link as https protocol: https://github.com/user/repository , required
Message
-
chatwork_text– notification message template, default: -
chatwork_success_text– success template, default: -
chatwork_failure_text– failure template, default: -
chatwork_rollback_text– rollback template, default: - Custom:
Tasks
chatwork:notify– send message to chatworkchatwork:notify:success– send success message to chatworkchatwork:notify:failed– send failed message to chatworkchatwork:notify:rollback– send rolling back message to chatwork
Usage
If you want to notify only about beginning of deployment add this line only:
If you want to notify about successful end of deployment add this too:
License
Licensed under the MIT license.