1
0
jcktrue.dk/.woodpecker.yml
Jens True 3a9e77d254
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Drone secrets
2022-04-11 13:47:28 +00:00

15 lines
393 B
YAML

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