This commit is contained in:
Joao Patricio
2023-05-03 07:25:50 +01:00
parent 79a850f3b9
commit 7c884797d1
4 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ class ForceUpgrade extends Component
]);
remoteProcess([
"sleep 10"
], $server, ActivityTypes::INSTANT->value);
], $server, ActivityTypes::INLINE->value);
$this->emit('updateInitiated');
} else {
$latestVersion = getLatestVersionOfCoolify();
@@ -44,7 +44,7 @@ class ForceUpgrade extends Component
remoteProcess([
"bash /data/coolify/source/upgrade.sh $latestVersion"
], $server, ActivityTypes::INSTANT->value);
], $server, ActivityTypes::INLINE->value);
$this->emit('updateInitiated');
}