Skip to content

Commit

Permalink
remove deployer 6.x leftovers (#3995)
Browse files Browse the repository at this point in the history
since deployer 7.x the `success` task is named `deploy:success`

Co-authored-by: Markus Staab <[email protected]>
  • Loading branch information
staabm and clxmstaab authored Jan 10, 2025
1 parent 7b2c0da commit 2f6c341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 2f6c341

Please sign in to comment.