This repository contains the source for the oddship.net website, built with Astro and MDX.
oddship.net now follows the same hosted deploy model as rohanverma.net:
- GitHub Actions builds the site
- GitHub Actions uploads
sites/oddship.net.tar.gzto Garage over Tailscale on every push tomain(and can also be run manually) oddship-webserves the site throughs3site- production picks up new uploads on the next
s3sitepoll
The deploy workflow expects these repository secrets:
TS_OAUTH_CLIENT_IDTS_OAUTH_SECRETS3SITE_ACCESS_KEY_IDS3SITE_SECRET_ACCESS_KEY
Use a dedicated Garage write key for this repo rather than reusing the runtime read-only host key.