feat: add private gh repos
This commit is contained in:
@@ -24,7 +24,7 @@ class ApplicationSeeder extends Seeder
|
||||
$github_public_source = GithubApp::where('name', 'Public GitHub')->first();
|
||||
|
||||
Application::create([
|
||||
'name' => 'Public application (from GitHub)',
|
||||
'name' => 'coollabsio/coolify-examples:nodejs-fastify',
|
||||
'git_repository' => 'coollabsio/coolify-examples',
|
||||
'git_branch' => 'nodejs-fastify',
|
||||
'build_pack' => 'nixpacks',
|
||||
|
||||
Reference in New Issue
Block a user