mirror of
https://github.com/deployphp/deployer.git
synced 2025-04-22 14:21:56 +02:00
remove deployer 6.x leftovers (#3995)
since deployer 7.x the `success` task is named `deploy:success` Co-authored-by: Markus Staab <47448731+clxmstaab@users.noreply.github.com>
This commit is contained in:
parent
7b2c0da617
commit
2f6c341805
@ -76,7 +76,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:
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user