update
This commit is contained in:
parent
9f19e9161f
commit
45889b8b9f
@ -26,7 +26,7 @@ protected function upgrade()
|
||||
"curl -fsSL $cdn/docker-compose.prod.yml -o /data/coolify/source/docker-compose.prod.yml",
|
||||
"curl -fsSL $cdn/.env.production -o /data/coolify/source/.env.production",
|
||||
"curl -fsSL $cdn/upgrade.sh -o /data/coolify/source/upgrade.sh",
|
||||
"nohup bash /data/coolify/source/upgrade.sh $this->latestVersion &"
|
||||
"bash /data/coolify/source/upgrade.sh $this->latestVersion &"
|
||||
]);
|
||||
$this->emit('updateInitiated');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user