Skip to content

Commit

Permalink
Added deployment section.
Browse files Browse the repository at this point in the history
  • Loading branch information
shemanaev committed Feb 10, 2017
1 parent 8be234b commit 39e07e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@ test: off
artifacts:
- path: 'LukeNet.zip'
name: release_archive

deploy:
- provider: GitHub
auth_token:
secure: DI098SO7LeSl0fwnw3kqTm7mdyyH+84meGFWzam0ksoRy4sd0ng8dEsrjV+ub1nm
tag: '$(APPVEYOR_REPO_TAG_NAME)'
artifact: release_archive
draft: true
force_update: true
on:
appveyor_repo_tag: true

0 comments on commit 39e07e2

Please sign in to comment.