try to pass sshprivatekey
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
Yann Verry 2022-10-26 22:19:49 +02:00
parent dfe7626046
commit 66a4e303d4
Signed by: yann
GPG key ID: EB9E679A66B8C7A1

View file

@ -15,21 +15,22 @@ steps:
commands:
- hugo_extended
steps:
- name: sshkey
image: alpine
environment:
SSH_KEY:
from_secret: ssh_key
commands:
- echo "$SSH_KEY" > ./sshprivate && chmod 400 ./sshprivate
steps:
- name: scp files
image: appleboy/drone-scp
volumes:
- name: sshkey
path: /sshprivate
settings:
host: "peach.verry.org"
source: ./public
target: ~/public
username: yann-blog
key: /sshprivate
recursive: true
volumes:
- name: sshkey
host:
path: /srv/docker/volumes/drone/sshkey/yann-blog
key: ./sshprivate
recursive: true