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

@ -1,3 +1,6 @@
<div>
<x-simple-card class="flex items-center justify-between">
<span>{{ __("Your Wordpress site is installed and ready to use! ") }}</span>
<x-secondary-button :href="$site->url" target="_blank">{{ __("Open Website") }}</x-secondary-button>
</x-simple-card>
</div>