From ba68a9b8d9f63e5f03ed80088856c4b65fa06229 Mon Sep 17 00:00:00 2001 From: Jonas Oberg Date: Tue, 13 Jun 2017 10:07:58 +0200 Subject: [PATCH] New key --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f944a41..d7cdf67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,9 +8,9 @@ pipeline: image: williamyeh/ansible:debian8 secrets: [ ssh_key ] commands: - - env - mkdir /root/.ssh && echo "$SSH_KEY" > /root/.ssh/id_rsa && chmod 0600 /root/.ssh/id_rsa - ssh-keyscan -H lund.fsfeurope.org >> ~/.ssh/known_hosts + - ssh -v lund.fsfeurope.org ls - ansible-playbook playbook.yml -i hosts when: branch: master