Skip to content

Commit

Permalink
Added travis stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrst88 committed Apr 8, 2019
1 parent 403892f commit cff36c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ script:

after_success:
- bash <(curl -s https://codecov.io/bash) -X fix

- zip clickhouse_exporter-$TRAVIS_TAG.zip /go/bin/clickhouse_exporter
deploy:
provider: releases
api_key: "GITHUB OAUTH TOKEN"
file: "FILE TO UPLOAD"
skip_cleanup: true
api_key:
secure: S/fi+5Wx8HxarYzD3RdR8XeoUV3NGAj2ToK1hicaJDW7zXSvrEIQRKX+WABI7PGEjNJPDjufLoZScpo0mC29PH9rKD64Gr6JcY3iJDA239LAKrzQAHZk8JpOkXhgWQSFBJWPrdtdF8lgaYGCUbksgSOoZ91gQSSxSyxhfc5Zj4dDnAG3dn3iRzF3mCaDjbsE7faUPHacUrRg6YJ9qkM6mJkZ1UP0t69Yl9/m7JMYRPeU1SePF5emfiMLQ5eq/Vu9gs66JAg8o0gv1Q9oGnxotjoBvXL+EG14f1heXTVxaGfLzGFP38hhpfriPEEWWOJaem2cYavnwNeE4zui+p9z/H/i/1Q4wDh3+G9lyh5CcMHUHWoIlvy6rBttkyTc9IkhJWafJCnxgbitDp/7yju6PxxECUhC/GrstgSWnm8yz2zHqbnBVlFaf9cer2mb2Tmjc/c6p6Cv+GzzAI7vvmx5IQbg1P48yXcEMabWmQx4fikUD6+0tnhtGWg+Tec6x1h6vGBveoXHQXPn9ZadAF9Z+ZZFo1d9StSHeATrKxldFoK5HxLoPdQ6Yqbo0jqeE+kR2LvWGDqd7cXgIUdQMiMeF1GUYDmm1noM5Gb9DcAFBvkfOQSzQHFrT7vA3AJmA6YtzUCGZ1LVRInteQ3ThNsPHFWMLHbt61exj8A+6sBotJU=
file: 'clickhouse_exporter-$TRAVIS_TAG.zip'
on:
tags: true
repo: dreamteam-gg/clickhouse_exporter
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ENTRYPOINT ["/usr/local/bin/clickhouse_exporter"]

CMD ["-scrape_uri=http://localhost:8123"]

EXPOSE 9116
EXPOSE 9116

0 comments on commit cff36c4

Please sign in to comment.