Skip to content

Commit

Permalink
Add Helm release to staging
Browse files Browse the repository at this point in the history
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
  • Loading branch information
meyskens committed Oct 26, 2018
1 parent b07b8d4 commit 8cf1cf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .helm_staging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
app:
dataServiceUrl: ipv4://lookout:10301
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ jobs:
script:
- PKG_OS=linux make packages
- DOCKER_PUSH_LATEST=true make docker-push
- name: 'Deploy to staging'
stage: release
script:
- HELM_RELEASE=lookout-gometalint-analyzer HELM_CHART=src-d/lookout-gometalint-analyzer K8S_NAMESPACE=lookout HELM_ARGS="--tiller-namespace=lookout --set image.tag=$TRAVIS_TAG -f .helm_staging.yml" make deploy

0 comments on commit 8cf1cf5

Please # to comment.