From 2acefcecfa1becdd61703e23bc5ab005833b25ab Mon Sep 17 00:00:00 2001 From: Nicolas Duhamel Date: Sun, 31 Oct 2021 23:26:39 +0100 Subject: [PATCH] Fix drone --- .drone.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3c4f473..3629d67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,13 +3,6 @@ type: docker name: default steps: -- name: env - image: docker - environment: - PASSWORD: - from_secret: ssh_password - commands: - - env - name: Build image: python commands: @@ -24,10 +17,8 @@ steps: host: - gavarni.jombi.fr user: citadel - password: - from_secret: password - # key: - # from_secret: ssh_key + key: + from_secret: ssh_key port: 22 command_timeout: 2m target: /home/citadel