This repository demonstrates automatic deployment of a Svelte app to a Hostinger shared hosting server using GitHub Actions and webhooks. When you push changes to the main branch, the app is automatically built and deployed to your Hostinger server.
Visit http://svelte.fabian-ober.de/ to see the live demo.
- 🚀 Automatic deployment on GitHub push
- 🔄 GitHub Actions workflow integration
- 🌐 Hostinger shared hosting compatible
- ⚡ Zero-downtime deployment
- 🎨 TailwindCSS for styling
- Push your changes to the GitHub repository
- GitHub Actions automatically builds the Svelte app
- The built files are deployed to your Hostinger server via FTP
- Your changes are live within minutes!
For detailed setup instructions on how to configure automatic deployment to Hostinger, please refer to: Hostinger Deployment Guide
Special thanks to @annshiv for the original deployment guide and inspiration.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.