Readded vendors

This commit is contained in:
an 2018-02-24 10:17:53 +01:00
parent d5a89c7e7d
commit add2177fd9
4 changed files with 16 additions and 2 deletions

View File

@ -1,7 +1,10 @@
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)
@ -32,6 +35,9 @@
- latest
deploy:
image: ubuntu:16.04
environment:
- K8S_SSH_PRIVATE_KEY=${K8S_SSH_PRIVATE_KEY}
- K8S_SSH_PUBLIC_KEY=${K8S_SSH_PUBLIC_KEY}
commands:
- apt update
- apt -y upgrade
@ -43,9 +49,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"

6
.gitmodules vendored
View File

@ -0,0 +1,6 @@
[submodule "vendor/git.dnix.de/an/xlog"]
path = vendor/git.dnix.de/an/xlog
url = https://git.dnix.de/an/xlog
[submodule "vendor/git.dnix.de/an/flokatilib"]
path = vendor/git.dnix.de/an/flokatilib
url = https://git.dnix.de/an/flokatilib

1
vendor/git.dnix.de/an/flokatilib vendored Submodule

@ -0,0 +1 @@
Subproject commit 208f2d03774d1637ef66e1bf7ef41b7efcee0192

1
vendor/git.dnix.de/an/xlog vendored Submodule

@ -0,0 +1 @@
Subproject commit e7547652aef671a5acb3fa66625b007c2c75251c