Save compose to local disk

This commit is contained in:
Andras Bacsai
2023-04-14 11:10:31 +02:00
parent 9b26a2a859
commit 4c3c546c2f
2 changed files with 9 additions and 4 deletions

View File

@@ -47,7 +47,6 @@ return [
'ssh-keys' => [
'driver' => 'local',
'root' => storage_path('app/ssh-keys'),
'url' => env('APP_URL').'/storage',
'visibility' => 'private',
'throw' => false,
],
@@ -55,7 +54,6 @@ return [
'deployments' => [
'driver' => 'local',
'root' => storage_path('app/deployments'),
'url' => env('APP_URL').'/storage',
'visibility' => 'private',
'throw' => false,
],