mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
WordPress Deployment Fix (#441)
* Resolved Issue with WordPress * Fix for Vito User
This commit is contained in:
@ -15,7 +15,7 @@ public function install(Site $site): void
|
||||
$this->getScript('install.sh', [
|
||||
'path' => $site->path,
|
||||
'domain' => $site->domain,
|
||||
'is_isolated' => $site->isIsolated(),
|
||||
'is_isolated' => $site->isIsolated() ? 'true' : 'false',
|
||||
'isolated_username' => $site->user,
|
||||
'db_name' => $site->type_data['database'],
|
||||
'db_user' => $site->type_data['database_user'],
|
||||
|
Reference in New Issue
Block a user