Add GitHub, GitLab, DeployKeys

This commit is contained in:
Andras Bacsai
2023-03-28 12:09:34 +02:00
parent 46c2d311e9
commit 54441ddfde
20 changed files with 326 additions and 24 deletions

View File

@@ -18,7 +18,7 @@ class ServerSeeder extends Seeder
{
$root_team = Team::find(1);
$private_key_1 = PrivateKey::find(1);
$server_1 = Server::create([
Server::create([
'id' => 1,
'name' => "testing-host",
'description' => "This is a test docker container",