mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-19 23:04:40 +01:00
Add tasks to start/restart Laravel Reverb (#3876)
This commit is contained in:
parent
88c59a8fa1
commit
cbfd459be5
@ -242,6 +242,16 @@ task('artisan:octane:status', artisan('octane:status'));
|
||||
desc('Publish all of the Laravel Nova resources');
|
||||
task('artisan:nova:publish', artisan('nova:publish'));
|
||||
|
||||
/*
|
||||
* Reverb.
|
||||
*/
|
||||
|
||||
desc('Starts the Reverb server');
|
||||
task('artisan:reverb:start', artisan('pulse:start'));
|
||||
|
||||
desc('Restarts the Reverb server');
|
||||
task('artisan:reverb:restart', artisan('pulse:restart'));
|
||||
|
||||
/*
|
||||
* Pulse.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user