update cdn

This commit is contained in:
Andras Bacsai
2023-06-06 09:22:48 +02:00
parent b46410d705
commit 5f5dde6565
6 changed files with 25 additions and 20 deletions

View File

@@ -42,7 +42,7 @@ class InstanceAutoUpdateJob implements ShouldQueue, ShouldBeUnique
} else {
ray('Running update on production server');
instant_remote_process([
"curl -fsSL https://coolify-cdn.b-cdn.net/files/upgrade.sh -o /data/coolify/source/upgrade.sh",
"curl -fsSL https://cdn.coollabs.io/coolify/upgrade.sh -o /data/coolify/source/upgrade.sh",
"bash /data/coolify/source/upgrade.sh $this->latest_version"
], $this->server);
return;