See how I host and publish this static website using AWS, terraform, and gitlab CI in my gitlab project.
The projects I package for Mac are hosted in my homebrew tap.
brew tap --force-auto-update francisferrell/tap https://gitlab.com/francisferrell/homebrew-tap.git
The projects I package for Ubuntu are hosted in my apt repository.
curl https://keybase.io/francisferrell/key.asc | sudo tee /etc/apt/trusted.gpg.d/francisferrell.asc
echo 'deb [arch=amd64] https://apt.francisferrell.dev stable main' | sudo tee /etc/apt/sources.list.d/francisferrell.list