-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
ciContinuous integrationContinuous integration
Description
Description
Currently we deploy the application to Netlify 👇
plinko-game/.github/workflows/deploy.yml
Line 51 in 084cc5d
| - name: Deploy to Netlify |
To my surprise, the website is getting more popular and it's starting to eat up my free 100GB/month bandwidth 😥
Option 1 - GitHub Pages
Since we're using static site generation, SvelteKit supports deployment to GitHub Pages: https://svelte.dev/docs/kit/adapter-static#GitHub-Pages
Drawbacks:
- Preview PR sites no longer supported
- Need to redirect
https://plinko-web-game.netlify.appto the new GitHub pages URL
Option 2 - Cloudflare Pages
Metadata
Metadata
Assignees
Labels
ciContinuous integrationContinuous integration
