文件名称:slackistrano:Capistrano部署的松弛集成
文件大小:124KB
文件格式:ZIP
更新时间:2024-02-22 22:32:30
ruby slack capistrano RubyRuby
Slackistrano 向发送有关部署的通知。 要求 Capistrano> = 3.8.1 Ruby> = 2.0 一个松弛的帐户 安装 将此行添加到您的应用程序的Gemfile中: gem 'slackistrano' 执行: $ bundle 在应用程序的Capfile中要求该库: require 'slackistrano/capistrano' 组态 部署时,有两个选项可通知Slack中的频道: 使用传入的WebHooks集成,可提供更多选项,但需要五种免费集成之一。 此选项提供了更多的消息传递灵活性。 使用Slackbot ,它将不使用五个免费集成之一。 传入Webhook 配置您的Slack的传入Webhook。 将以下内容添加到config/deploy.rb : set :slackistrano , { channel : '#your-channel' , webhook : 'your-incoming-webhook-url' } Slackbot 配置您的Slack的Slackbot(不是Bot)。 将以下内容添加到co
【文件预览】:
slackistrano-master
----LICENSE.txt(1KB)
----images()
--------slackistrano.png(22KB)
--------custom_messaging.jpg(108KB)
----lib()
--------slackistrano()
--------slackistrano.rb(56B)
----Gemfile(96B)
----spec()
--------dry_run_spec.rb(695B)
--------disabling_posting_to_slack_spec.rb(446B)
--------posting_to_multiple_channels_spec.rb(487B)
--------spec_helper.rb(700B)
--------task_hooks_spec.rb(1KB)
--------messaging()
--------capistrano_deploy_stubs.rake(191B)
--------nil_payload_spec.rb(620B)
----Rakefile(109B)
----.travis.yml(63B)
----slackistrano.gemspec(1KB)
----README.md(6KB)
----.gitignore(21B)
----CHANGELOG.md(2KB)