Deployed to wrong repo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jef Roosens 2022-04-07 22:27:45 +02:00
parent 39850bd500
commit e1a14e69f6
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -28,6 +28,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/vieter/publish'
- 'curl -s -XPOST -H "X-API-KEY: $API_KEY" -T "$(ls *.pkg*)" https://arch.r8r.be/jjr/publish'
secrets:
- api_key