mirror of
https://github.com/deployphp/deployer.git
synced 2025-04-20 21:36:19 +02:00
Add Laravel Nova task to recipe/laravel (#3548)
* Add Laravel Nova task to recipe/laravel * Update docs
This commit is contained in:
parent
91b73c05f6
commit
f3bafec466
@ -453,8 +453,16 @@ Check the status of the octane server.
|
||||
|
||||
|
||||
|
||||
### artisan:nova:publish
|
||||
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L241)
|
||||
|
||||
Publish all of the Laravel Nova resources.
|
||||
|
||||
|
||||
|
||||
|
||||
### deploy
|
||||
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L240)
|
||||
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L247)
|
||||
|
||||
Deploys your project.
|
||||
|
||||
|
@ -233,6 +233,13 @@ task('artisan:octane:stop', artisan('octane:stop'));
|
||||
desc('Check the status of the octane server');
|
||||
task('artisan:octane:status', artisan('octane:status'));
|
||||
|
||||
/*
|
||||
* Nova.
|
||||
*/
|
||||
|
||||
desc('Publish all of the Laravel Nova resources');
|
||||
task('artisan:nova:publish', artisan('nova:publish'));
|
||||
|
||||
/**
|
||||
* Main deploy task.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user