Compare commits

...

2 commits

Author SHA1 Message Date
2cfe774203
Merge branch 'main' of git.rustybever.be:bur/jjr-newsflash
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-02-02 11:32:37 +01:00
42e48769b7
Switched to vieter server 2022-02-02 11:32:10 +01:00

View file

@ -29,6 +29,6 @@ pipeline:
image: 'archlinux:latest'
commands:
# Publish the package
- 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'
- 'curl -s -XPOST -H "X-API-KEY: $API_KEY" -T "$(ls *.pkg*)" https://arch.r8r.be/publish'
secrets:
- api_key