Skip to content

Commit 499af0c

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

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
@@ -77,7 +77,7 @@
7777
If you want to notify about successful end of deployment add this too:
7878
7979
```php
80-
after('success', 'chatwork:notify:success');
80+
after('deploy:success', 'chatwork:notify:success');
8181
```
8282
If you want to notify about failed deployment add this too:
8383

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)