Momo website https://momo.koeln
Find a file
2023-03-14 13:23:39 +01:00
index.html Initial commit 2023-03-06 16:16:02 +01:00
README.md Add initial Readme 2023-03-14 13:23:39 +01:00

How to publish a new version

# If you haven't setup minio-client yet
nix shell minio-client

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