File tree 3 files changed +4
-3
lines changed
app/Models/DeploymentData
resources/js/Pages/Services/Partials
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,7 @@ public function asNodeTasks(Deployment $deployment): array
235
235
'Labels ' => $ labels ,
236
236
]
237
237
])->toArray (),
238
+ 'HealthCheck ' => ['NONE ' ],
238
239
'Hosts ' => [
239
240
$ internalDomain ,
240
241
],
Original file line number Diff line number Diff line change 13
13
|
14
14
*/
15
15
16
- 'name ' => env ('APP_NAME ' , 'Laravel ' ),
16
+ 'name ' => env ('APP_NAME ' , 'Ptah.sh ' ),
17
17
18
18
/*
19
19
|--------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ const submitProcessRemoval = () => {
344
344
</fwb-tooltip >
345
345
</template >
346
346
347
- <TextInput v-model =" model.processes[state.selectedProcessIndex['processes']].releaseCommand.command" class =" block w-full" placeholder =" php artisan migrate --no-interaction --verbose --ansi --step -- force" />
347
+ <TextInput v-model =" model.processes[state.selectedProcessIndex['processes']].releaseCommand.command" class =" block w-full" placeholder =" php artisan config:cache && php artisan migrate --no-interaction --verbose --ansi --force" />
348
348
</FormField >
349
349
350
350
<FormField class =" col-span-6" :error =" props.errors[`processes.${state.selectedProcessIndex['processes']}.command`]" >
@@ -413,7 +413,7 @@ const submitProcessRemoval = () => {
413
413
Command
414
414
</template >
415
415
416
- <TextInput v-model =" model.processes[state.selectedProcessIndex['processes']].workers[index].command" class =" block w-full" placeholder =" php artisan queue:work" />
416
+ <TextInput v-model =" model.processes[state.selectedProcessIndex['processes']].workers[index].command" class =" block w-full" placeholder =" php artisan config:cache && php artisan queue:work" />
417
417
</FormField >
418
418
</template >
419
419
</template >
You can’t perform that action at this time.
0 commit comments