Use Site PHP Version to Run Composer Install (#218)

This commit is contained in:
Bernard Sarfo Twumasi
2024-05-22 08:37:16 +00:00
committed by GitHub
parent 2b849c888e
commit dd4a3d30c0
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ public function installDependencies(Site $site): void
$site->server->ssh()->exec(
$this->getScript('composer-install.sh', [
'path' => $site->path,
'php_version' => $site->php_version,
]),
'composer-install',
$site->id