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 032e98a19a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
IS IT JUST FANTASY???
2023-03-04 23:31:29 +01:00

14 lines
421 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 --header \"Content-Type: multipart/form-data\" --header \"Static-Hoster-Key: $APIKEY\" --form STATIC_PAGE=@$(pwd)/archive.tar.gz"
secrets: [ apikey, url ]