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:
- master
deploy:
provider: GitHub
#token: https://github.com/settings/tokens encode token: https://ci.appveyor.com/tools/encrypt
auth_token:
secure: #TODO: set your token
on:
appveyor_repo_tag: true # deploy on tag push only
# deploy:
# provider: GitHub
# #token: https://github.com/settings/tokens encode token: https://ci.appveyor.com/tools/encrypt
# auth_token:
# secure: #TODO: set your token
# on:
# appveyor_repo_tag: true # deploy on tag push only