add shipping rules
This commit is contained in:
@@ -37,7 +37,7 @@ return [
|
||||
| Hooks
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Hooks let you customize your deployments conveniently by pushing tasks
|
||||
| Hooks let you customize your deployments conveniently by pushing tasks
|
||||
| into strategic places of your deployment flow. Each of the official
|
||||
| strategies invoke hooks in different ways to implement their logic.
|
||||
|
|
||||
@@ -48,13 +48,13 @@ return [
|
||||
'start' => [
|
||||
//
|
||||
],
|
||||
|
||||
|
||||
// Code and composer vendors are ready but nothing is built.
|
||||
'build' => [
|
||||
'yarn:install',
|
||||
'yarn:production',
|
||||
],
|
||||
|
||||
|
||||
// Deployment is done but not live yet (before symlink)
|
||||
'ready' => [
|
||||
'artisan:storage:link',
|
||||
@@ -63,22 +63,22 @@ return [
|
||||
'artisan:config:cache',
|
||||
'artisan:migrate',
|
||||
],
|
||||
|
||||
|
||||
// Deployment is done and live
|
||||
'done' => [
|
||||
//
|
||||
],
|
||||
|
||||
|
||||
// Deployment succeeded.
|
||||
'success' => [
|
||||
//
|
||||
],
|
||||
|
||||
|
||||
// Deployment failed.
|
||||
'fail' => [
|
||||
//
|
||||
],
|
||||
|
||||
|
||||
// After a deployment has been rolled back.
|
||||
'rollback' => [
|
||||
//
|
||||
@@ -139,7 +139,7 @@ return [
|
||||
| Include additional Deployer recipes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here, you can add any third party recipes to provide additional tasks,
|
||||
| Here, you can add any third party recipes to provide additional tasks,
|
||||
| options and strategies. Therefore, it also allows you to create and
|
||||
| include your own recipes to define more complex deployment flows.
|
||||
|
|
||||
@@ -162,4 +162,4 @@ return [
|
||||
|
||||
'custom_deployer_file' => false,
|
||||
|
||||
];
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user