Switched to vieter server
parent
7803e08cb4
commit
cc05207f8d
|
@ -15,7 +15,9 @@ pipeline:
|
|||
|
||||
publish:
|
||||
image: 'archlinux:latest'
|
||||
secrets:
|
||||
- api_key
|
||||
commands:
|
||||
# Publish the package
|
||||
- 'ls -1 *.pkg* | xargs -I{} curl -F "file=@{}" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'
|
||||
- 'ls -1 *.pkg* | xargs -I{} curl -XPOST -T "{}" -H "X-API-KEY: $API_KEY" https://arch.r8r.be/publish'
|
||||
# - 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'
|
||||
|
|
Loading…
Reference in New Issue