Add drone fix 1/?: set up ssh-agent
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
f6c1079bda
commit
277427af57
|
@ -12,6 +12,7 @@ steps:
|
||||||
- name: upload-live
|
- name: upload-live
|
||||||
image: jguyomard/hugo-builder
|
image: jguyomard/hugo-builder
|
||||||
commands:
|
commands:
|
||||||
|
- eval `ssh-agent -s`
|
||||||
- echo "$CUSTOM_KEY" | ssh-add -
|
- echo "$CUSTOM_KEY" | ssh-add -
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||||
|
|
Loading…
Reference in New Issue
Block a user