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:36:52 +01:00
parent 530a353cc8
commit 457f6d7ddd

View File

@ -53,7 +53,7 @@ steps:
commands: commands:
- chmod 0400 /root/.ssh/id_rsa.kubehost - chmod 0400 /root/.ssh/id_rsa.kubehost
- ls -lah /root/.ssh/id_rsa.kubehost - ls -lah /root/.ssh/id_rsa.kubehost
- apk -U openssh-client - apk add --no-cache openssh
- ssh -p21022 -i /root/.ssh/id_rsa.kubehost mtc@bosub-kub-int.metacoaching.pro "hostname" - ssh -p21022 -i /root/.ssh/id_rsa.kubehost mtc@bosub-kub-int.metacoaching.pro "hostname"
volumes: volumes: