Compare commits

..

13 Commits

Author SHA1 Message Date
Andreas Neue a300310666 ...
the build failed Details
2018-02-23 16:44:16 +01:00
an b9e4c86e0e '.drone.yml' ändern
the build failed Details
2018-02-22 17:48:37 +00:00
an ea8cd38da0 Testing '.drone.yml'
the build is pending Details
2018-02-22 17:15:55 +00:00
an 02155191d4 Testing '.drone.yml'
the build failed Details
2018-02-22 16:50:02 +00:00
an b4e828694e Testing '.drone.yml'
the build failed Details
2018-02-22 16:48:04 +00:00
an a6dc5ba86d Testing '.drone.yml'
the build failed Details
2018-02-22 16:43:08 +00:00
Andreas Neue 21e48598f2 Removed vendor
the build failed Details
2018-02-22 09:36:57 +01:00
an 5e1eeab7d4 '.drone.yml' ändern
the build failed Details
2018-02-21 22:23:37 +00:00
an 63850ba27c '.drone.yml' ändern
the build failed Details
2018-02-21 11:42:28 +00:00
an 0946b4016e '.drone.yml' ändern
the build is pending Details
2018-02-21 11:40:00 +00:00
an 00915d9a8d '.drone.yml' ändern
the build failed Details
2018-02-21 11:13:22 +00:00
an 2f8300c357 '.drone.yml' ändern
the build failed Details
2018-02-21 11:11:10 +00:00
an 3796a93a4c '.drone.yml' ändern
the build failed Details
2018-02-21 11:10:09 +00:00
4 changed files with 54 additions and 17 deletions

View File

@ -1,9 +1,54 @@
pipeline: pipeline:
build: prebuild:
image: golang:1.6 image: golang:1.9
environment: commands:
- FOO=1 - IMAGE=dr.dnix.de/$DRONE_REPO_NAME
commands: - REV=$(git rev-list HEAD --count)
- go get -a -v - BUILDDATE=$(date)
- make test - BRANCH=$DRONE_COMMIT_BRANCH
- make build - VERSIONGO=version.go
- TAGS=.tags
- echo "Building image $IMAGE:$BRANCH-$REV"
- echo "package main" >$VERSIONGO
- echo "" >>$VERSIONGO
- echo "const (" >>$VERSIONGO
- echo -n " FlokatiVersion = \"" >>$VERSIONGO
- echo -n "$BRANCH" >>$VERSIONGO
- echo "\"" >>$VERSIONGO
- echo -n " FlokatiBuild = \"" >>$VERSIONGO
- echo -n "$REV" >>$VERSIONGO
- echo "\"" >>$VERSIONGO
- echo -n " FlokatiBuilddate = \"" >>$VERSIONGO
- echo -n "$BUILDDATE" >>$VERSIONGO
- echo "\"" >>$VERSIONGO
- echo ")" >>$VERSIONGO
- cat $VERSIONGO
- echo -n "$BRANCH-$REV" >$TAGS
- cat $TAGS
build_docker:
image: plugins/docker
repo: dr.dnix.de/${DRONE_REPO_NAME}
tags:
- latest
deploy:
image: ubuntu:16.04
commands:
- apt update
- apt -y upgrade
- apt install -y git
- IMAGE=dr.dnix.de/$DRONE_REPO_NAME
- BRANCH=$DRONE_COMMIT_BRANCH
- REV=$(git rev-list HEAD --count)
- echo "Deploying image $IMAGE:$BRANCH-$REV"
- cd ~
- mkdir .ssh
- chmod 700 .ssh
- echo K8S_SSH_PRIVATE_KEY >.ssh/id_rsa
- chmod 600 .ssh/id_rsa
- 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"
- 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"

6
.gitmodules vendored
View File

@ -1,6 +0,0 @@
[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 +0,0 @@
Subproject commit 3c7b7e572723ac26e7f821dfd3528c0d04253faa

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