joerglohrerde/scripts
Jörg Lohrer 8af049a9ff spa: deploy-script und htaccess für svelte.joerg-lohrer.de
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 15:59:46 +02:00
..
README.md spa: deploy-script und htaccess für svelte.joerg-lohrer.de 2026-04-15 15:59:46 +02:00
deploy-svelte.sh spa: deploy-script und htaccess für svelte.joerg-lohrer.de 2026-04-15 15:59:46 +02:00

README.md

Scripts

  • deploy-svelte.sh — deployed den SvelteKit-Build aus app/build/ nach svelte.joerg-lohrer.de via FTPS. Benötigt .env.local im Repo-Root mit den Variablen SVELTE_FTP_HOST, SVELTE_FTP_USER, SVELTE_FTP_PASS, SVELTE_FTP_REMOTE_PATH. Aufruf:

    cd app && npm run build && cd .. && ./scripts/deploy-svelte.sh