Momo website
https://momo.koeln
index.html | ||
README.md |
How to publish a new version
# On PubSolarOS, if you haven't setup minio-client yet
nix shell latest#minio-client
# On NixOS:
nix shell nixpkgs#minio-client
# On other systems: https://github.com/minio/mc/
mc alias set \
garage-momo \
https://s3.greenbaum.cloud \
ACCESS_KEY \
SECRET_KEY \
--api S3v4
# minio-client setup? Then just publish to garage via S3 API:
mc cp ./index.html garage-momo/momo.koeln/
ToDos
- Setup CI pipeline for publishing