Update version numbers and remove unused files

This commit is contained in:
Andras Bacsai
2024-01-10 10:50:07 +01:00
parent 3a287ae974
commit 225bf06736
13 changed files with 4 additions and 281 deletions

View File

@@ -99,7 +99,7 @@ class Init extends Command
return;
}
try {
Http::get("https://get.coollabs.io/coolify/v4/alive?appId=$id&version=$version");
Http::get("https://undead.coollabs.io/coolify/v4/alive?appId=$id&version=$version");
echo "I am alive!\n";
} catch (\Throwable $e) {
echo "Error in alive: {$e->getMessage()}\n";