'.drone.yml' ändern
the build failed Details

This commit is contained in:
an 2018-02-22 23:01:47 +00:00
parent d7e0d38903
commit a1ceee57fa
1 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@
- cd ~
- mkdir .ssh
- chmod 700 .ssh
- echo "${K8S_SSH_PRIVATE_KEY}" >.ssh/id_rsa
- echo "${k8s_ssh_private_key}" >.ssh/id_rsa
- chmod 600 .ssh/id_rsa
- echo "${K8S_SSH_PUBLIC_KEY}" >.ssh/id_rsa.pub
- echo "${k8s_ssh_public_key}" >.ssh/id_rsa.pub
- chmod 600 .ssh/id_rsa.pub
- ssh -oStrictHostKeyChecking=no root@master01 "kubectl set image deployment/mmflokati-flokati mmflokati-flokati=dr.dnix.de/mmflokati:$BRANCH-$REV -n northbrigade"
- ssh -oStrictHostKeyChecking=no root@master01 "kubectl set image deployment/mmflokati-armleuchter mmflokati-armleuchter=dr.dnix.de/mmflokati:$BRANCH-$REV -n northbrigade"