1
0
jcktrue.dk/.woodpecker.yml
Jens True 2bf0636cf4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Deply was skipped
2022-03-26 17:34:08 +01:00

17 lines
417 B
YAML

pipeline:
build:
image: klakegg/hugo:ext-alpine
commands:
- hugo mod get -u
- hugo-official --minify --gc --cleanDestinationDir
deploy:
image: appleboy/drone-scp
settings:
host: jcktrue.dk
target: /home/jct/apps/http/jcktrue.dk/
source: public/*
strip_components: 1
username:
from_secret: SSH_USERNAME
password:
from_secret: SSH_PASSWORD