1
0
jcktrue.dk/.woodpecker.yml

17 lines
417 B
YAML
Raw Normal View History

2022-03-26 16:33:26 +00:00
pipeline:
build:
image: klakegg/hugo:ext-alpine
commands:
- hugo mod get -u
- hugo-official --minify --gc --cleanDestinationDir
2022-03-26 16:34:08 +00:00
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