augustash/pantheon-slack-notice
最新稳定版本:1.0.6
Composer 安装命令:
composer require augustash/pantheon-slack-notice
包简介
Provides a slack notice upon a Pantheon deploy.
README 文档
README
This module provides a way to setup a Slack notification through a webhook into a set channel upon a successful deploy to the LIVE Pantheon environment.
Module Setup:
Single Line:
composer config scripts.slack-notice "Augustash\\PantheonSlackNotice::postPackageInstall" && composer require augustash/pantheon-slack-notice && composer slack-notice
Manual:
Add the following to root composer.json:
Root level:
"scripts": {
"slack-notice": "Augustash\\PantheonSlackNotice::postPackageInstall"
}
Run:
composer require augustash/pantheon-slack-notice && composer slack-notice
Note:
- You will need Pantheon's CLI tool Terminus as well as the Terminus Secrets Plugin to generate the secrets file automatically.
- You will be asked to provide your Pantheon site name and env.
- You will need to know your slack webhook URL and slack channel ID to pass to the prompt to generate a secrets file.
统计信息
- 总下载量: 231
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-10