Skip to content

Commit

Permalink
AppVeyor settings to deploy to GitHub using @cboulay auth.
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Jan 10, 2019
1 parent e304bea commit 5939bc1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,11 @@ artifacts:
- path: 'build/*.deb'
- path: 'build/*.tar.*'
- path: 'build/*.7z'
deploy:
provider: GitHub
auth_token:
secure: XzGnVTRjZI2AuQzR5A6qPgZViAAbBVq7/VhM7O8kyTmjIkvUjH1RrwWiFLuinsus
force_update: true
on:
branch: master
APPVEYOR_REPO_TAG: true

0 comments on commit 5939bc1

Please sign in to comment.