diff --git a/contrib/chatwork.php b/contrib/chatwork.php index 342f3930c..74305c51f 100644 --- a/contrib/chatwork.php +++ b/contrib/chatwork.php @@ -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: diff --git a/docs/contrib/chatwork.md b/docs/contrib/chatwork.md index 8c5f41406..84d58d60c 100644 --- a/docs/contrib/chatwork.md +++ b/docs/contrib/chatwork.md @@ -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