Compare commits

...

2 Commits

Author SHA1 Message Date
Jef Roosens 2cfe774203
Merge branch 'main' of git.rustybever.be:bur/jjr-newsflash
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-02-02 11:32:37 +01:00
Jef Roosens 42e48769b7
Switched to vieter server 2022-02-02 11:32:10 +01:00
1 changed files with 1 additions and 1 deletions

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