Switched to vieter server
ci/woodpecker/push/woodpecker Pipeline was successful Details

master
Jef Roosens 2022-02-02 11:18:22 +01:00
parent c853108d20
commit 6a8231388f
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,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