diff --git a/deploy.php b/deploy.php index 61e39dc..b283493 100644 --- a/deploy.php +++ b/deploy.php @@ -46,10 +46,12 @@ task('assets:upload', function () { }); task('assets', ['assets:build', 'assets:upload']); +task('restart:consumer', 'systemctl --user restart keylighter-updater'); // [Optional] if deploy fails automatically unlock. after('deploy:failed', 'deploy:unlock'); after('deploy:symlink', 'cachetool:clear:opcache'); +after('deploy:symlink', 'restart:consumer'); // Migrate database before symlink new release. //before('deploy:symlink', 'database:migrate');