Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit 4743c5d

Browse files
Merge pull request #136 from justaprogrammer/fix-deploy-script
Fix deploy script
2 parents c868ea4 + b771c86 commit 4743c5d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ deploy:
2020
tag: $(APPVEYOR_REPO_TAG_NAME)
2121
release: BuildCrossCheck v$(GitVersion_SemVer)
2222
description: 'BuildCrossCheck v$(GitVersion_SemVer)'
23-
auth_token:
24-
secure: 8wLI8hf2W3L/V5BUk/tdGDs+gWryh9Y8HxCQk9iq48xV/n+hxShodChwuHAm2DsS
23+
auth_token: $(GITHUB_TOKEN)
2524
draft: false
2625
prerelease: false
2726
on:
28-
branch: master
2927
appveyor_repo_tag: true
3028
- provider: WebDeploy
3129
server: https://buildcrosscheck.scm.azurewebsites.net:443/msdeploy.axd?site=BuildCrossCheck
@@ -39,5 +37,4 @@ deploy:
3937
app_offline: true
4038
artifact: build.web
4139
on:
42-
branch: master
4340
appveyor_repo_tag: true

0 commit comments

Comments
 (0)