Skip to content

Commit 2f6c341

Browse files
staabmclxmstaab
andauthored
remove deployer 6.x leftovers (#3995)
since deployer 7.x the `success` task is named `deploy:success` Co-authored-by: Markus Staab <[email protected]>
1 parent 7b2c0da commit 2f6c341

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/chatwork.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
If you want to notify about successful end of deployment add this too:
7777
7878
```php
79-
after('success', 'chatwork:notify:success');
79+
after('deploy:success', 'chatwork:notify:success');
8080
```
8181
If you want to notify about failed deployment add this too:
8282

docs/contrib/chatwork.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ before('deploy', 'chatwork:notify');
7474
```
7575
If you want to notify about successful end of deployment add this too:
7676
```php
77-
after('success', 'chatwork:notify:success');
77+
after('deploy:success', 'chatwork:notify:success');
7878
```
7979
If you want to notify about failed deployment add this too:
8080
```php

0 commit comments

Comments
 (0)