Skip to content

Commit

Permalink
export deploy section from server
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Dec 1, 2015
1 parent 128e2fa commit 0b483de
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,19 @@ artifacts:
name: ChocoPackage
- path: deploy\*.zip
name: ZipPackage
deploy:
- provider: NuGet
server: https://chocolatey.org/
api_key:
secure: sMCceYyOHQxaJMpcWBGmbGkbB6aYToUWm3rqfLv1ZZaeToqM2PAz1or18hnJbon0
skip_symbols: true
artifact: ChocoPackage
on:
branch: master
- provider: GitHub
auth_token:
secure: ImWN38cmVAwBXYkDM1L6kxkkOlrB05vD5vGMQh8bFc/GecEiwvtsemQXYmCozxBe
artifact: ZipPackage
draft: false
on:
branch: master

0 comments on commit 0b483de

Please sign in to comment.