wip
This commit is contained in:
parent
f5c1533309
commit
d51167d770
@ -15,11 +15,12 @@ class CheckUpdate extends Component
|
|||||||
|
|
||||||
protected function upgrade()
|
protected function upgrade()
|
||||||
{
|
{
|
||||||
$server = Server::where('ip', 'coolify-testing-host')->first();
|
$server = Server::where('ip', 'host.docker.internal')->first();
|
||||||
if (!$server) {
|
if (!$server) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
runRemoteCommandSync($server, ["curl -fsSL https://raw.githubusercontent.com/coollabsio/coolify/v4/scripts/upgrade.sh -o /root/upgrade.sh && bash -x /root/upgrade.sh $this->latestVersion"]);
|
runRemoteCommandSync($server, ['curl -fsSL https://raw.githubusercontent.com/coollabsio/coolify/v4/scripts/upgrade.sh -o /data/coolify/source/upgrade.sh']);
|
||||||
|
runRemoteCommandSync($server, ["bash /data/coolify/source/upgrade.sh $this->latestVersion"]);
|
||||||
}
|
}
|
||||||
public function forceUpgrade()
|
public function forceUpgrade()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user