This commit is contained in:
parent
efa57aab20
commit
0cadeac9e6
|
@ -51,10 +51,10 @@ steps:
|
||||||
- name: ssh_key
|
- name: ssh_key
|
||||||
path: /root/.ssh
|
path: /root/.ssh
|
||||||
commands:
|
commands:
|
||||||
- chmod 0400 /root/.ssh/id_rsa.drone
|
- chmod 0400 /root/.ssh/id_rsa.kubehost
|
||||||
- ls -lah /root/.ssh/id_rsa.drone
|
- ls -lah /root/.ssh/id_rsa.kubehost
|
||||||
- apk add --no-cache openssh
|
- 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:
|
volumes:
|
||||||
- name: deps
|
- name: deps
|
||||||
|
|
Loading…
Reference in New Issue
Block a user