Release 0.2.0 #121

Merged
Jef Roosens merged 125 commits from release-0.2.0 into main 2022-04-11 09:41:43 +02:00
Showing only changes of commit 2cf0286413 - Show all commits

View file

@ -20,6 +20,6 @@ pipeline:
image: 'archlinux:latest' image: 'archlinux:latest'
commands: commands:
# Publish the package # Publish the package
- 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $VIETER_API_KEY" https://pkgs.rustybever.be/api/publish' - 'for pkg in $(ls -1 *.pkg*); do curl -XPOST -T "${pkg}" -H "X-API-KEY: $VIETER_API_KEY" https://arch.r8r.be/publish; done'
secrets: secrets:
- vieter_api_key - vieter_api_key