1
0

Deply was skipped
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Jens True 2022-03-26 17:34:08 +01:00
parent 2829be4452
commit 2bf0636cf4

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