Php/deploy/deployer/slack
提供: 初心者エンジニアの簡易メモ
slack-deployer連携
php7以上で出ないと多分使えない。
deployer/recipesが6以上
slackレシピインストール
composer require deployer/recipes --dev
composer.json確認
"deployer/recipes": "^6.0"
サンプルコード
require 'recipe/slack.php'; set('slack_webhook', 'ttps://hooks.slack.com/services/xxxxxxxxxxxxxxxxx'); before('deploy', 'slack:notify'); after('success', 'slack:notify:success'); after('deploy:failed', 'slack:notify:failure');
slackメッセージサンプル
Deployer アプリ [12:53] アプリ名1 _no_user_ deploying `staging` to *staging* アプリ名1 Deploy to *staging* successful