mirror of
https://github.com/deployphp/deployer.git
synced 2025-03-14 18:29:41 +01:00
fix typo in Rocket.Chat docs (#3234)
This commit is contained in:
parent
ff3c33c0a4
commit
8c404611e8
@ -20,7 +20,7 @@ before('deploy', 'rocketchat:notify');
|
||||
|
||||
- `rocketchat_webhook` - incoming rocketchat webook **required**
|
||||
```
|
||||
set('rocketchat_webook', 'https://rocketchat.yourcompany.com/hooks/XXXXX');
|
||||
set('rocketchat_webhook', 'https://rocketchat.yourcompany.com/hooks/XXXXX');
|
||||
```
|
||||
|
||||
- `rocketchat_title` - the title of the application, defaults to `{{application}}`
|
||||
|
@ -28,7 +28,7 @@ before('deploy', 'rocketchat:notify');
|
||||
|
||||
- `rocketchat_webhook` - incoming rocketchat webook **required**
|
||||
```
|
||||
set('rocketchat_webook', 'https://rocketchat.yourcompany.com/hooks/XXXXX');
|
||||
set('rocketchat_webhook', 'https://rocketchat.yourcompany.com/hooks/XXXXX');
|
||||
```
|
||||
|
||||
- `rocketchat_title` - the title of the application, defaults to `{{application}}`
|
||||
|
Loading…
x
Reference in New Issue
Block a user