Skip to content

Commit

Permalink
restore deployment in yaml as is required in opposide to notification…
Browse files Browse the repository at this point in the history
… hooks
  • Loading branch information
arkadiuszbiel committed Oct 2, 2019
1 parent badace0 commit fb38795
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,31 @@ artifacts:
- path: artifacts\*.zip


deploy:
- provider: NuGet
server: https://nuget.novicell.london/nuget
api_key:
secure: A/xkn1/+F9+HTwGVLEPRFDwDSDMZLJ2zl1AnqsKOoE9tlYio2wrFBUN9BJkZw5aTmNsKy7Yjn6lbS61KSnuXHQ==
skip_symbols: true
artifact: .*\.nupkg
- provider: GitHub
auth_token:
secure: CnPbSuXiCJXBzQur6JGaYPrx/HCnLJljBT3hpyGrBlxK7vTKPWhnG+dlr2H/4f2Q
repository: Novicell/Novicell.Examine.ElasticSearch
artifact: .*\*
draft: true
prerelease: true
on:
branch: development
- provider: GitHub
auth_token:
secure: CnPbSuXiCJXBzQur6JGaYPrx/HCnLJljBT3hpyGrBlxK7vTKPWhnG+dlr2H/4f2Q
repository: Novicell/Novicell.Examine.ElasticSearch
on:
branch: master
- provider: NuGet
api_key:
secure: GUY4h/aeCYTPp8yQDoKS/aqK3PrQzNr8pVMU7zsZ2bSXxPul9WdsaT6as+2ZoEDH
skip_symbols: true
on:
branch: master

0 comments on commit fb38795

Please sign in to comment.