From 123227091e929f4f7cd83e81cc19d801cbe9e8a3 Mon Sep 17 00:00:00 2001 From: mahdi Date: Thu, 14 Dec 2023 01:23:55 +0100 Subject: [PATCH] devops - drone test --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6a897af..c1f4b9d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,12 +36,12 @@ steps: image: appleboy/drone-ssh volumes: - name: ssh_key - path: /root/.ssh/id_rsa.kuebhost + path: /root/.ssh settings: host: bosub-kub-int.metacoaching.pro username: mtc port: 21022 - key_path: /root/.ssh/id_rsa.kuebhost + key_path: /root/.ssh/id_rsa.kubehost script: - echo "Target host name :\ `hostname`" @@ -50,4 +50,4 @@ volumes: temp: {} - name: ssh_key host: - path: /home/drone \ No newline at end of file + path: /home/repo/drone \ No newline at end of file