...
the build was successful Details

This commit is contained in:
an 2018-02-24 10:19:30 +01:00
commit 7f1d4e2758
1 changed files with 4 additions and 6 deletions

View File

@ -1,10 +1,7 @@
pipeline:
prebuild:
image: golang:1.9
secrets:
- FOO
commands:
- echo "$FOO"
- IMAGE=dr.dnix.de/$DRONE_REPO_NAME
- REV=$(git rev-list HEAD --count)
- BUILDDATE=$(date)
@ -35,9 +32,9 @@
- latest
deploy:
image: ubuntu:16.04
environment:
- K8S_SSH_PRIVATE_KEY=${K8S_SSH_PRIVATE_KEY}
- K8S_SSH_PUBLIC_KEY=${K8S_SSH_PUBLIC_KEY}
secrets:
- K8S_SSH_PRIVATE_KEY
- K8S_SSH_PUBLIC_KEY
commands:
- apt update
- apt -y upgrade
@ -58,3 +55,4 @@
- ssh -oStrictHostKeyChecking=no root@master01 "kubectl rollout status deployment/mmflokati-flokati -n northbrigade"
- ssh -oStrictHostKeyChecking=no root@master01 "kubectl rollout status deployment/mmflokati-armleuchter -n northbrigade"