Switched to vieter server

main
Jef Roosens 2022-02-02 11:32:10 +01:00
parent 6b436792e6
commit 42e48769b7
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
platform: linux/amd64
pipeline: pipeline:
build: build:
image: 'archlinux:latest' image: 'archlinux:latest'
@ -26,6 +28,6 @@ pipeline:
image: 'archlinux:latest' image: 'archlinux:latest'
commands: commands:
# Publish the package # 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: secrets:
- api_key - api_key