Skip to content

Instantly share code, notes, and snippets.

@brunodutr
Created March 13, 2019 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunodutr/20d65b0012874c60a41822215d917e43 to your computer and use it in GitHub Desktop.
Save brunodutr/20d65b0012874c60a41822215d917e43 to your computer and use it in GitHub Desktop.
before_deploy:
- ./travis/before_deploy.sh
deploy:
provider: releases
api_key:
secure: '$GITHUB_TOKEN'
file_glob: true
file: ionictravis-${VERSION}.apk
prerelease: '$SNAPSHOT'
overwrite: '$SNAPSHOT'
skip_cleanup: true
target_commitish: '$TRAVIS_COMMIT'
on:
repo: '$TRAVIS_REPO_SLUG'
all_branches: true
tags: false
after_deploy:
- ./travis/release.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment