Skip to content

Commit 66e4dd1

Browse files
Update README.md
1 parent da2debb commit 66e4dd1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,25 @@ Update `Capistrano`
2424
require 'capistrano/mls_ruby_capistrano_slacker'
2525
```
2626

27+
### mls_ruby_capistrano_slacker_webhook_url
28+
2729
Add variable to your stage
2830

2931
```ruby
3032
set :mls_ruby_capistrano_slacker_webhook_url, ENV.fetch('CAPISTANO_SLACKER_WEBHOOK_URL')
3133
```
3234

35+
### mls_ruby_gitlab_private_token
36+
3337
And don't forget to set `mls_ruby_gitlab_private_token`. You can generate it using this [guide](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html#creating-a-personal-access-token).
3438
We prefere to set env variables via [UI](https://docs.gitlab.com/ee/ci/variables/#via-the-ui).
3539

3640
```ruby
3741
set :mls_ruby_gitlab_private_token, ENV.fetch('GITLAB__PRIVATE_TOKEN')
3842
```
3943

44+
### mls_ruby_capistrano_slacker_post_release_description
45+
4046
Also, if you want to publish release description to your Slack - just set following variable in your deploy configs
4147

4248
```ruby

0 commit comments

Comments
 (0)