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 c126987204
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Added missing files due to missklick in kate^^
2023-03-04 19:56:46 +01:00

14 lines
402 B
YAML

workspace:
base: /hugo
path: services-panel
pipeline:
build:
image: klakegg/hugo:ext-alpine-ci
commands:
- apk add curl
- 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 ]