We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07b8d4 commit c02312dCopy full SHA for c02312d
.helm_staging.yml
@@ -0,0 +1,5 @@
1
+app:
2
+ dataServiceUrl: ipv4://lookout:10301
3
+
4
+nodeSelector:
5
+ srcd.host/app: lookout
.travis.yml
@@ -53,3 +53,9 @@ jobs:
53
script:
54
- PKG_OS=linux make packages
55
- DOCKER_PUSH_LATEST=true make docker-push
56
+ - name: 'Deploy to staging'
57
+ stage: release
58
+ install:
59
+ - make install-helm
60
+ script:
61
+ - HELM_RELEASE=lookout-gometalint-analyzer HELM_CHART=src-d/lookout-gometalint-analyzer K8S_NAMESPACE=lookout HELM_ARGS="--tiller-namespace=lookout --repo https://src-d.github.io/charts/index.yaml --set image.tag=$TRAVIS_TAG -f .helm_staging.yml" make deploy
0 commit comments