2017 © Pedro Peláez
 

library deployer-chatwork-recipe

deployer's Chatwork recipe

image

ippey/deployer-chatwork-recipe

deployer's Chatwork recipe

  • Friday, October 20, 2017
  • by Ippey
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

deployer-chatwork-recipe

This repository contains chatwork recipes to integrate with deployer., (*1)

Installing

composer require ippey/deployer-chatwork-recipe --dev

Include recipes in deploy.php file., (*2)

require 'recipe/chatwork.php';

Configuration

  • chatwork_api_token – chatwork api token, required
  • chatwork_room_id – chatwork room ID, required
  • chatwork_title – the title of application, default {{application}}
  • chatwork_text – notification message template, markdown supported _{{user}}_ deploying `{{branch}}` to *{{target}}*
  • chatwork_success_text – success template, default: Deploy to *{{target}}* successful

Tasks

  • chatwork:notify – send message to chatwork
  • chatwork:notify:success – send success message to chatwork

Usage

If you want to notify only about beginning of deployment add this line only:, (*3)

before('deploy', 'chatwork:notify');

If you want to notify about successful end of deployment add this too:, (*4)

after('success', 'chatwork:notify:success');

License

Licensed under the MIT license., (*5)

The Versions

20/10 2017

dev-master

9999999-dev https://github.com/Ippey/deployer-chatwork-recipe

deployer's Chatwork recipe

  Sources   Download

MIT

deployer chatwork recipes

20/10 2017

v1.0.0

1.0.0.0 https://github.com/Ippey/deployer-chatwork-recipe

deployer's Chatwork recipe

  Sources   Download

MIT

deployer chatwork recipes

20/10 2017

dev-feature/create-chatwork-recipe

dev-feature/create-chatwork-recipe

deployer's Chatwork recipe

  Sources   Download

MIT