plinko-game icon indicating copy to clipboard operation
plinko-game copied to clipboard

ci: migrate from Netlify to a different provider

Open AnsonH opened this issue 1 year ago • 0 comments

Description

Currently we deploy the application to Netlify 👇

https://github.com/AnsonH/plinko-game/blob/084cc5d482d7e2b7fcdd9e34b8800661d73a6e4b/.github/workflows/deploy.yml#L51

To my surprise, the website is getting more popular and it's starting to eat up my free 100GB/month bandwidth 😥

Image

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:

Option 2 - Cloudflare Pages

https://pages.cloudflare.com/

AnsonH avatar Feb 11 '25 14:02 AnsonH