Current technical challenge: I want to unify my portfolio https://mandrasch.dev (SvelteKit) and my WordPress blog
My blog will be moved to /blog subdirectory (own subdomain is bad for SEO).
SvelteKit page will be moved to matthias-andrasch.eu, WordPress lives indepently in /blog.
Therefore my deploy GitHub action should deploy SvelteKit static build files, but keep /blog untouched.
Currently using FTP-Deploy, asked there:
(I want to keep both systems (#SvelteKit and #WordPress) as standalone for flexibility, headless is too much work at this point since i may just want to switch themes on WP from time to time. But rendering out all ~ 100 posts statically via SvelteKit would be an alternative 🤔 Or I need to switch to SSR hosting 💸)
Matthias Andrasch
Webentwickler, interessiert an Green Web und Klimagerechtigkeit. Arbeitet mit Tools wie Craft CMS, Svelte(Kit) und DDEV.
GitHub
Documentation is a bit unclear: Does it delete files automatically + how to exclude from deletion? · Issue #519 · SamKirkland/FTP-Deploy-Action
Hey, thanks so much for providing this as open source! 🙏 👏 I have the following use case: SvelteKit static site project (just .html / .js / ....
