From 945c092b61f703f99c42a413955a197947df0e1d Mon Sep 17 00:00:00 2001 From: mahdi Date: Fri, 15 Dec 2023 01:07:56 +0100 Subject: [PATCH] devops - drone test success build --- .drone.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.drone.yml b/.drone.yml index 93cf8ab..e4578c7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,20 +20,7 @@ steps: commands: - go build ./... -# - name: deploy code -# image: appleboy/drone-ssh -# volumes: -# - name: ssh_key -# path: /root/.ssh -# settings: -# host: bosub-kub-int.metacoaching.pro -# username: mtc -# port: 21022 -# key_path: /root/.ssh/id_rsa.kubehost -# script: -# - echo "Target host name :\ `hostname`" - -- name: test deploy +- name: deploy image: alpine volumes: - name: ssh_key