diff --git a/README.md b/README.md new file mode 100644 index 0000000..d310ed6 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# 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