mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
refactoring (#116)
- refactoring architecture - fix incomplete ssh logs - code editor for scripts in the app - remove Jobs and SSHCommands
This commit is contained in:
@ -14,7 +14,7 @@ public function definition(): array
|
||||
return [
|
||||
'type' => 'test-log',
|
||||
'name' => 'test.log',
|
||||
'disk' => 'server-logs-local',
|
||||
'disk' => 'server-logs',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,9 @@ public function definition(): array
|
||||
return [
|
||||
'profile' => $this->faker->word(),
|
||||
'provider' => $this->faker->randomElement(\App\Enums\StorageProvider::getValues()),
|
||||
'credentials' => [],
|
||||
'credentials' => [
|
||||
'token' => 'test-token',
|
||||
],
|
||||
'user_id' => User::factory(),
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user