Add initial Readme

fix/mail-contact
teutat3s 2023-03-14 13:23:39 +01:00
parent 9d04686f9e
commit 11b3014d5c
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 18 additions and 0 deletions

18
README.md Normal file
View File

@ -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