feat: add deployments as activity

fix: tests
refactor: remoteProcess
This commit is contained in:
Andras Bacsai
2023-03-29 12:27:02 +02:00
parent 9019d1484e
commit 78c4344583
15 changed files with 81 additions and 81 deletions

View File

@@ -37,7 +37,7 @@ class ServerSeeder extends Seeder
'id' => 3,
'name' => "localhost",
'description' => "This is the local machine",
'user' => 'andrasbacsai',
'user' => 'root',
'ip' => "172.17.0.1",
'team_id' => $root_team->id,
'private_key_id' => $private_key_1->id,