From 47609ee00fec80c7553ec8579397682983aedbea Mon Sep 17 00:00:00 2001 From: mahdi Date: Thu, 14 Dec 2023 01:16:34 +0100 Subject: [PATCH] devops - drone test --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 847a238..d950ad8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,7 +41,7 @@ steps: host: bosub-kub-int.metacoaching.pro username: mtc port: 21022 - key_path: /root/drone_rsa + key_path: /root/drone_rsa/id_rsa.kubehost script: - echo "Target host name :\ `hostname`" @@ -50,4 +50,4 @@ volumes: temp: {} - name: ssh_key host: - path: /home/drone/id_rsa.kubehost \ No newline at end of file + path: /home/drone \ No newline at end of file