1
0

Drone secrets
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Jens True 2022-04-11 13:47:28 +00:00
parent ee3ddcadcb
commit 3a9e77d254

@ -6,12 +6,10 @@ pipeline:
- 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
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