mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
fix: local dev repo
This commit is contained in:
@@ -26,7 +26,7 @@ class ApplicationSeeder extends Seeder
|
|||||||
'environment_id' => 1,
|
'environment_id' => 1,
|
||||||
'destination_id' => 0,
|
'destination_id' => 0,
|
||||||
'destination_type' => StandaloneDocker::class,
|
'destination_type' => StandaloneDocker::class,
|
||||||
'source_id' => 0,
|
'source_id' => 1,
|
||||||
'source_type' => GithubApp::class
|
'source_type' => GithubApp::class
|
||||||
]);
|
]);
|
||||||
Application::create([
|
Application::create([
|
||||||
|
|||||||
Reference in New Issue
Block a user