Compare commits

...

2 Commits

Author SHA1 Message Date
Jef Roosens 6deeecf354
Merge branch 'main' of git.rustybever.be:bur/jjr-joplin
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-02-13 12:56:09 +01:00
Jef Roosens cc05207f8d
Switched to vieter server 2022-02-13 12:53:56 +01:00
1 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ pipeline:
publish:
image: 'archlinux:latest'
secrets:
- api_key
commands:
# Publish the package
- 'for pkg in $(ls -1 *.pkg*); do curl -F "file=@${pkg}" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish; done'
# - 'ls -1 *.pkg* | xargs -I{} curl -F "file=@{}" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'
# - 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'
- 'for pkg in $(ls -1 *.pkg*); do curl -XPOST -T "${pkg}" -H "X-API-KEY: $API_KEY" https://arch.r8r.be/publish; done'