Skip to content

Commit

Permalink
Fix deploying sections in AppVeyor and Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyHackGUT committed Nov 11, 2017
1 parent b5eb1cf commit 7f04d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ before_deploy:

deploy:
provider: releases
api_key:
secure: ChnbDcb0/joPrzRCmv23AOe5z9oRLYRNnkalSqwAru9T+MC60kaWtm12wl/XGsrSPGavd3X7Zx4kjjYBrSwKDic7ld2l15e2i2ihvnXVxe1ezR5Y8f5hBEGTzSevYULrKOCV3oKPc9caPcE0KN3Yy0GYKCOIlN2mBdU3VSUtswUyM/1cAqXR8RN+yaZv0MTmS9xRn9ciEEGplZ3ewR/sXe8bLXcg99FHLnKneEqkA8C9kCLWpwEmIY6i9FhAnZO4GDTuqCtlsvNzHsgzmcvxdglJ6jnB4Z2GMlO4dOGlzBeOvDLDpR40dqg8wZoSkBCy6ZdSEGkVcAYkq6bBVrOsT19wQmWe7kynM/+WxdhBOm6o0/5ohWK68syg5rx8QBAP52UNC3U6BlyeyJc377QSW8BaqBoaAZMSh66i0GcnBCz5/stFdU9L2WKTr1pGPltAPTFHRbD+lZRsErjBcu3ayb15UOqM5XxSvfnKn4QpEVA33eBT89rxS/w9uy7qw4ZUocxmgqkxY1/ODbdJXfIf7wtxYYUYAbwmaxU5rWwjAoLpSU9eP8/fXPhDgCb6M1pkA2j/FyFjR4yWg3vT8buLAcOYk8spmdyQVx1x9d6z9w9aH+EyCrEeXQYZHGnoCIcDCKn7+FkmkbYuuVJMSRJvwtRIwcFxMzaCHctaon0Q/Eg=
api_key: ${GH_DEPLOYTOKEN}
file: sm-ripext-${TRAVIS_TAG}-linux.tar.gz
skip_cleanup: true
on:
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ artifacts:

deploy:
- provider: GitHub
auth_token:
secure: OWd5i64Jk8mOm7arzGh1lZMp7qWM4/x1vrekDhEvXlVAk1yus5BBeoKH8QkI9Yv9
auth_token: $(GH_DEPLOYTOKEN)
artifact: build\sm-ripext-$(appveyor_repo_tag_name)-windows.zip
on:
appveyor_repo_tag: true

0 comments on commit 7f04d2f

Please sign in to comment.