Merge pull request #185 from szabadka/master

Configure automatic appveyor deployment.
This commit is contained in:
szabadka 2015-09-29 16:16:30 +02:00
commit a802c01ec4

View File

@ -60,12 +60,12 @@ artifacts:
# For info, see: http://www.appveyor.com/docs/deployment/github
# deploy:
# - provider: GitHub
# auth_token:
# secure: <your Github OAuth token>
# artifact:
# draft: false
# prerelease: false
# on:
# appveyor_repo_tag: true
deploy:
- provider: GitHub
auth_token:
secure: dfL56DgbwuGJNNE5GzKi/pAgBQnJ37Du+AnCtnsTnIYxpis8ah3fPmA/G+bn4NJ3
artifact:
draft: false
prerelease: false
on:
appveyor_repo_tag: true