Skip to content

Commit

Permalink
Deploy release to github
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1122 committed Sep 6, 2018
1 parent 8412168 commit 1c2e4fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,9 @@ gradle-app.setting
# End of https://www.gitignore.io/api/kotlin,gradle,intellij+all

**/build/

# eclipse
bin/
.settings
.classpath
.project
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
language: java
script:
- ./gradlew build
deploy:
provider: releases
api_key:
secure: "fRGMi+wzS8CCOyXLpmw2rV05rZ5oUB4kYFBrMz9gYNjVzGY6a9+EyF+3U0rMgRd/sLFFrWJ+l1pgGYx5KaFlDtjo5SVhUq0Coc/ISMzNmgJncuRPBMlAj0WTpNDkgm9QOQcMTInAmdzZIKEM7mNAZ6ZmOlUpUmuOYVoFUBDFhHUHGeBX/89SSe6JkUchT7XowssctLpvsc+SGPsWOt8yWN/E423aZwYNB54ghb8lJbmi/ta387YEXUP1EX2PNcBlnIDdxrbbMaxJeFVMSvdZavZTLTUK2huW3Tv9q1IrHvUE9PrpaLjNnjm0D17AZPfqO8EvyfnY6kRDwjvGW5TLcThp7kSTcw8jHXDAWneRwiAe0ozUo2pVbTRaTiuMkjLCposgziE/FjI0eJzWbgPILxIcK2QnrhPdv8samqkeyX+E48+kI2YRXO+MLLMb8OE6fE2J1eGLHDfUfuWRqvga92lh6//jde4zzeIBQAuPjcoPrEnI66904BKmPwMSfKxUjuFwX/hkA67r80TO1Ss6yc0d8mccCkefqwbtfXHPENqE1nI8ZqrojpSEuoZlEHZU5E+BxXVL+kisbzPQF5P6O0cjS1UP9YNga4Or4sWOjz8HoQ1Axvre30qrQwMsowC4TqHZHg9DjPSCdVB1Qp4OcZlt6/NCAL68gV3X/k8eXzg="
file: "/teamcity-netease-cloud-server/build/distributions/teamcity-netease-cloud.zip"
skip_cleanup: true
on:
tags: true

0 comments on commit 1c2e4fe

Please sign in to comment.