Momo website https://momo.koeln
Find a file
2023-03-27 18:59:04 +02:00
index.html Initial commit 2023-03-06 16:16:02 +01:00
README.md Update ReadMe 2023-03-27 18:59:04 +02:00

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