1
0
jcktrue.dk/.woodpecker.yml

17 lines
395 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
deploy:
2020-02-28 10:40:33 +00:00
image: appleboy/drone-scp
settings:
host: jcktrue.dk
2020-03-21 10:52:55 +00:00
target: /home/jct/apps/http/jcktrue.dk/
2020-02-28 10:40:33 +00:00
source: public/*
strip_components: 1
username:
from_secret: SSH_USERNAME
password:
2020-09-05 14:10:39 +00:00
from_secret: SSH_PASSWORD