Skip to content

Commit a1d10b0

Browse files
Update README.md
1 parent 7f9dcac commit a1d10b0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ Or install it yourself as:
1818
$ gem install mls_ruby_capistrano_slacker
1919
```
2020

21+
Update `Capistrano`
22+
23+
```ruby
24+
require 'capistrano/mls_ruby_capistrano_slacker'
25+
```
26+
27+
Add variable to your stage
28+
29+
```ruby
30+
set :mls_ruby_capistrano_slacker_webhook_url, ENV.fetch('CAPISTANO_SLACKER_WEBHOOK_URL')
31+
```
32+
2133
## Contributing
2234

2335
1. Fork it

0 commit comments

Comments
 (0)