Skip to content

Commit

Permalink
appveyor: add deploy config (for #19)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindhe committed Sep 9, 2016
1 parent 29beaa6 commit 3169966
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
Expand Up @@ -21,3 +21,15 @@ install:
build_script:
- govendor build -v +local
- govendor test -v +local

deploy:
release: wmi_exporter-v$(appveyor_build_version)
description: 'WMI exporter for prometheus'
provider: GitHub
auth_token:
secure: CrXWeTf7qONUOEki5olFfGEUPMLDeHj61koDXV3OVEaLgtACmnVHsKUub9POflda # encrypted token from GitHub
draft: false
prerelease: false
on:
branch: master # release from master branch only
appveyor_repo_tag: true # deploy on tag push only

0 comments on commit 3169966

Please sign in to comment.