We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af8f7b commit 930f0a4Copy full SHA for 930f0a4
1 file changed
.github/workflows/deploy.yml
@@ -36,6 +36,9 @@ jobs:
36
env:
37
PATHS_BASE: "" # deploy to (sub)domain root
38
39
+ # For my site, I use a quick hack to let SvelteKit handle all traffic, expect for /blog (handled by a
40
+ # WordPress site), see https://gist.github.com/mandrasch/46a00c3ba6cd30efd183509f1ebb4f3d.
41
+ # This deployement here goes directly to /matthias-andrasch.eu/sveltekit
42
- name: 📂 Sync files via sftp
43
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
44
with:
0 commit comments