deploy Wordpress sites via VitoDeploy (#83)

This commit is contained in:
Saeed Vaziry
2024-01-01 16:20:57 +01:00
committed by GitHub
parent 5e6d338bdc
commit 4cda14f4b8
31 changed files with 443 additions and 292 deletions

View File

@ -52,7 +52,7 @@ public function handle(): void
$this->site->id
);
if (! Str::contains($result, 'Wordpress installed!')) {
if (! Str::contains($result, 'Success')) {
throw new FailedToInstallWordpress($result);
}
}