Another 'fix'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Nikurasu 2023-03-04 22:33:49 +01:00
parent e15faca135
commit ba95ac7743
Signed by: Nikurasu
GPG key ID: 9E7F14C03EF1F271

View file

@ -9,5 +9,5 @@ pipeline:
- apt update && apt install curl -y
- hugo
- tar -czf archive.tar.gz -C ./public/ .
- "curl --request POST --url $URL --header 'Content-Type: multipart/form-data' --header 'Static-Hoster-Key: $API_KEY' --form STATIC_PAGE=@$(pwd)/archive.tar.gz"
secrets: [ api_key, url ]
- "curl --request POST --url $URL --header 'Content-Type: multipart/form-data' --header 'Static-Hoster-Key: $APIKEY' --form STATIC_PAGE=@$(pwd)/archive.tar.gz"
secrets: [ apikey, url ]