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