seeder
This commit is contained in:
parent
1d0ad51fdf
commit
1d733b2282
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ public function run(): void
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isCloud()) {
|
if (!isCloud()) {
|
||||||
|
echo "Running in self-hosted mode.\n";
|
||||||
// Save SSH Keys for the Coolify Host
|
// Save SSH Keys for the Coolify Host
|
||||||
$coolify_key_name = "id.root@host.docker.internal";
|
$coolify_key_name = "id.root@host.docker.internal";
|
||||||
$coolify_key = Storage::disk('ssh-keys')->get("{$coolify_key_name}");
|
$coolify_key = Storage::disk('ssh-keys')->get("{$coolify_key_name}");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue