This repository has been archived on 2024-03-29. You can view files and clone it, but cannot push or open issues or pull requests.
services-panel/.woodpecker.yml
Nikurasu 4aaf7f0a6d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Revert, because pwd is cleaner imho
2023-04-22 21:48:25 +02:00

13 lines
415 B
YAML

workspace:
base: /hugo
path: services-panel
pipeline:
build:
image: klakegg/hugo:ext-debian-ci
commands:
- apt update && apt install curl -y
- hugo
- tar -czf archive.tar.gz -C ./public/ .
- "curl --request POST --url $URL --user \"$USER:$APIKEY\" --header \"Content-Type: multipart/form-data\" --form \"STATIC_PAGE=@$(pwd)/archive.tar.gz\""
secrets: [ apikey, url, user ]