fixing deployement

This commit is contained in:
Mariotaku Lee 2017-09-09 19:13:54 +08:00
parent 11429954c9
commit 3948954973
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 3 additions and 0 deletions

View File

@ -72,18 +72,21 @@ deploy:
secure: "WKtKwda3hegqO9QVujdonNoL2ESJUR80WHNq/13wDsbCABo/GNnuqHNYZmml3wAifEKKeCEYfNZRUuHQ8eHs54Lj5BlGRX5i+1LrGhhgnVFQgmrhIv4RJuVQ663kDEh+Jwo4vowJ2mxNDvLvOhfZwxjULPDiknqy6u5PyW3id5M="
file_glob: true
file: '**/*-release.apk'
skip_cleanup: true
on:
repo: TwidereProject/Twidere-Android
tags: true
# Publish to Google Play store
- provider: script
script: ./travis/scripts/google_play_deploy.sh ./twidere/src/google/.supplyrc
skip_cleanup: true
on:
repo: TwidereProject/Twidere-Android
tags: true
# Upload common component library to Bintray
- provider: script
script: ./gradlew twidere.component.common:bintrayUpload
skip_cleanup: true
on:
repo: TwidereProject/Twidere-Android
tags: true