WHY????????
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Nikurasu 2023-03-04 23:25:29 +01:00
parent 4bb252465d
commit f72171c0c4
Signed by: Nikurasu
GPG key ID: 9E7F14C03EF1F271

View file

@ -9,5 +9,6 @@ pipeline:
- apt update && apt install curl -y
- hugo
- tar -czf archive.tar.gz -C ./public/ .
- echo $APIKEY
- "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 ]