Add root team + localhost (coolify host) in prod seeder
This commit is contained in:
@@ -15,7 +15,7 @@ class GitlabAppSeeder extends Seeder
|
||||
*/
|
||||
public function run(): void
|
||||
{
|
||||
$root_team = Team::find(1);
|
||||
$root_team = Team::find(0);
|
||||
$private_key_3 = PrivateKey::find(3);
|
||||
GitlabApp::create([
|
||||
'id' => 1,
|
||||
|
||||
Reference in New Issue
Block a user