Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/chatwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
If you want to notify about successful end of deployment add this too:

```php
after('success', 'chatwork:notify:success');
after('deploy:success', 'chatwork:notify:success');
```
If you want to notify about failed deployment add this too:

Expand Down
2 changes: 1 addition & 1 deletion docs/contrib/chatwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ before('deploy', 'chatwork:notify');
```
If you want to notify about successful end of deployment add this too:
```php
after('success', 'chatwork:notify:success');
after('deploy:success', 'chatwork:notify:success');
```
If you want to notify about failed deployment add this too:
```php
Expand Down
Loading