momo.coop/README.md

24 lines
456 B
Markdown
Raw Permalink Normal View History

2023-03-14 12:23:39 +00:00
# How to publish a new version
```
2023-03-28 11:47:11 +00:00
# Install dependencies:
# On PubSolarOS:
direnv allow
# With the nix package manager installed:
nix develop
2023-03-27 16:59:04 +00:00
# On other systems: https://github.com/minio/mc/
2023-03-14 12:23:39 +00:00
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