Skip to content

Commit

Permalink
Merge pull request #15 from reallyli/update-deploy-notification-comments
Browse files Browse the repository at this point in the history
Updated deploy notification comments
  • Loading branch information
reallyli authored Dec 17, 2019
2 parents 82ee2b1 + 43702d4 commit fdfe489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/task/notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ function sendDeployNotification($subject)
}

task('success:notify', function () {
return sendDeployNotification('成功发布新版本');
return sendDeployNotification('发布 '.get('application').' 项目新版本成功');
})->local();

task('failed:notify', function () {
return sendDeployNotification('发布新版本失败');
return sendDeployNotification('发布 '.get('application').' 项目新版本失败');
})->local();

0 comments on commit fdfe489

Please sign in to comment.