Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
maybe?
  • Loading branch information
fiendish committed Jan 6, 2017
1 parent ca02746 commit 68c042a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Expand Up @@ -12,11 +12,11 @@ artifacts:
- path: WinRel\MUSHclient.exe
name: release_exe
before_deploy:
- provider: GitHub
auth_token:
secure: CI/4PuncY6pW1t7bRuDrFLEZQOuMFx9W4TSePW1ywvJvzVuEOu3JLNv97jECNvFz
environment:
auth_token:
secure: CI/4PuncY6pW1t7bRuDrFLEZQOuMFx9W4TSePW1ywvJvzVuEOu3JLNv97jECNvFz
- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:auth_token):x-oauth-basic@github.com`n"
- git tag -f latest_commit HEAD
- git push -f origin latest_commit
deploy:
Expand Down

0 comments on commit 68c042a

Please sign in to comment.