From 3804b084840b4ed12e51cce14d69a8aef87726d0 Mon Sep 17 00:00:00 2001 From: mahdi Date: Thu, 14 Dec 2023 01:22:13 +0100 Subject: [PATCH] devops - drone test --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 21774f6..6a897af 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,12 +35,13 @@ steps: - name: deploy code image: appleboy/drone-ssh volumes: - - /home/repo/id_rsa.kubehost:/root/.ssh/id_rsa + - name: ssh_key + path: /root/.ssh/id_rsa.kuebhost settings: host: bosub-kub-int.metacoaching.pro username: mtc port: 21022 - key_path: /root/.ssh/id_rsa.kubehost + key_path: /root/.ssh/id_rsa.kuebhost script: - echo "Target host name :\ `hostname`"