Publish to new rieter instance
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Jef Roosens 2023-08-07 09:13:16 +02:00
parent b0f0106777
commit 57e181e55f
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@ pipeline:
image: 'curlimages/curl'
commands:
# Publish the package
- 'curl -s -XPOST -H "X-API-KEY: $API_KEY" -T "$(ls *.pkg*)" https://arch.r8r.be/jjr/publish'
- 'curl -s -XPOST -H "X-API-KEY: $API_KEY" -T "$(ls *.pkg*)" https://arch2.r8r.be/jjr'
secrets:
- api_key