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

Commit

Permalink
Merge pull request #136 from justaprogrammer/fix-deploy-script
Browse files Browse the repository at this point in the history
Fix deploy script
  • Loading branch information
StanleyGoldman authored Nov 1, 2018
2 parents c868ea4 + b771c86 commit 4743c5d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ deploy:
tag: $(APPVEYOR_REPO_TAG_NAME)
release: BuildCrossCheck v$(GitVersion_SemVer)
description: 'BuildCrossCheck v$(GitVersion_SemVer)'
auth_token:
secure: 8wLI8hf2W3L/V5BUk/tdGDs+gWryh9Y8HxCQk9iq48xV/n+hxShodChwuHAm2DsS
auth_token: $(GITHUB_TOKEN)
draft: false
prerelease: false
on:
branch: master
appveyor_repo_tag: true
- provider: WebDeploy
server: https://buildcrosscheck.scm.azurewebsites.net:443/msdeploy.axd?site=BuildCrossCheck
Expand All @@ -39,5 +37,4 @@ deploy:
app_offline: true
artifact: build.web
on:
branch: master
appveyor_repo_tag: true

0 comments on commit 4743c5d

Please sign in to comment.