feat: add private gh repos

This commit is contained in:
Andras Bacsai
2023-05-08 11:51:03 +02:00
parent f421bcb2c9
commit a37f748639
16 changed files with 292 additions and 48 deletions

View File

@@ -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',