We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b07b8d4 + 703b069 commit 8876fafCopy full SHA for 8876faf
.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=lookout-gometalint-analyzer K8S_NAMESPACE=lookout HELM_ARGS="--tiller-namespace=lookout --repo https://src-d.github.io/charts/ --set image.tag=$TRAVIS_TAG -f .helm_staging.yml" make deploy
0 commit comments