devops - drone test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mahdi Abu Yasmine 2023-12-14 01:22:13 +01:00
parent 71980977ac
commit 3804b08484

View File

@ -35,12 +35,13 @@ steps:
- name: deploy code - name: deploy code
image: appleboy/drone-ssh image: appleboy/drone-ssh
volumes: volumes:
- /home/repo/id_rsa.kubehost:/root/.ssh/id_rsa - name: ssh_key
path: /root/.ssh/id_rsa.kuebhost
settings: settings:
host: bosub-kub-int.metacoaching.pro host: bosub-kub-int.metacoaching.pro
username: mtc username: mtc
port: 21022 port: 21022
key_path: /root/.ssh/id_rsa.kubehost key_path: /root/.ssh/id_rsa.kuebhost
script: script:
- echo "Target host name :\ `hostname`" - echo "Target host name :\ `hostname`"