mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: local dev repo
This commit is contained in:
parent
e583beb753
commit
070573f0df
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class ApplicationSeeder extends Seeder
|
|||
'environment_id' => 1,
|
||||
'destination_id' => 0,
|
||||
'destination_type' => StandaloneDocker::class,
|
||||
'source_id' => 0,
|
||||
'source_id' => 1,
|
||||
'source_type' => GithubApp::class
|
||||
]);
|
||||
Application::create([
|
||||
|
|
|
|||
Loading…
Reference in a new issue