diff --git a/.drone.yml b/.drone.yml index ed09672..bc721fe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -51,10 +51,10 @@ steps: - name: ssh_key path: /root/.ssh commands: - - chmod 0400 /root/.ssh/id_rsa.drone - - ls -lah /root/.ssh/id_rsa.drone + - chmod 0400 /root/.ssh/id_rsa.kubehost + - ls -lah /root/.ssh/id_rsa.kubehost - apk add --no-cache openssh - - ssh -p21022 -i /root/.ssh/id_rsa.drone mtc@bosub-kub-int.metacoaching.pro "hostname" + - ssh -p21022 -i /root/.ssh/id_rsa.kubehost mtc@bosub-kub-int.metacoaching.pro "hostname" volumes: - name: deps