This commit is contained in:
parent
457f6d7ddd
commit
efa57aab20
|
@ -51,10 +51,10 @@ steps:
|
|||
- name: ssh_key
|
||||
path: /root/.ssh
|
||||
commands:
|
||||
- chmod 0400 /root/.ssh/id_rsa.kubehost
|
||||
- ls -lah /root/.ssh/id_rsa.kubehost
|
||||
- chmod 0400 /root/.ssh/id_rsa.drone
|
||||
- ls -lah /root/.ssh/id_rsa.drone
|
||||
- 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.drone mtc@bosub-kub-int.metacoaching.pro "hostname"
|
||||
|
||||
volumes:
|
||||
- name: deps
|
||||
|
|
Loading…
Reference in New Issue
Block a user