remove deployment step from appveyor as it is unused

This commit is contained in:
Nikolaos Ftylitakis 2021-08-08 13:35:12 +03:00
parent b4bdd72fa3
commit 4bba0dd140
1 changed files with 7 additions and 7 deletions

View File

@ -95,10 +95,10 @@ branches:
only: only:
- master - master
deploy: # deploy:
provider: GitHub # provider: GitHub
#token: https://github.com/settings/tokens encode token: https://ci.appveyor.com/tools/encrypt # #token: https://github.com/settings/tokens encode token: https://ci.appveyor.com/tools/encrypt
auth_token: # auth_token:
secure: #TODO: set your token # secure: #TODO: set your token
on: # on:
appveyor_repo_tag: true # deploy on tag push only # appveyor_repo_tag: true # deploy on tag push only