diff options
| author | Teddy Wing | 2019-08-04 15:11:12 +0200 |
|---|---|---|
| committer | Teddy Wing | 2019-08-05 00:50:35 +0200 |
| commit | 3bcb4a2e18f94a70b74f1e6c480681bd5fe936a7 (patch) | |
| tree | 1c5e1db9cbfa8bc4ac2701dc99441b8779de7d10 /.travis.yml | |
| parent | aadf913735a3c9a2db06dba432578b203b7bb12d (diff) | |
| download | podcast-3bcb4a2e18f94a70b74f1e6c480681bd5fe936a7.tar.bz2 | |
Deploy releases to GitHub from TravisCIdeploy-releases-from-travis-ci
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e1c138a..4f15696 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,16 @@ branches: # is pushed. This regex matches semantic versions like v1.2.3-rc4+2016.02.22 - /^\d+\.\d+\.\d+.*$/ +before_deploy: bash ci/before_deploy.sh +deploy: + provider: releases + api_key: + secure: "TODO: add key" + file: $PROJECT_NAME-$TRAVIS_TAG-$TARGET.tar.gz + skip_cleanup: true + on: + tags: true + notifications: email: on_success: never |
