Hacker News new | ask | show | jobs
by fastball 779 days ago
Setup a github action that compiles the static site and uploads it to a server with nginx/caddy/etc?

If you want it super self-hosted, then self-host gitlab and use their CI/CD instead of Github Actions.

1 comments

Yes, that's one possibility I was also considering, thanks!