aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTeddy Wing2019-08-04 15:11:12 +0200
committerTeddy Wing2019-08-05 00:50:35 +0200
commit3bcb4a2e18f94a70b74f1e6c480681bd5fe936a7 (patch)
tree1c5e1db9cbfa8bc4ac2701dc99441b8779de7d10 /.travis.yml
parentaadf913735a3c9a2db06dba432578b203b7bb12d (diff)
downloadpodcast-3bcb4a2e18f94a70b74f1e6c480681bd5fe936a7.tar.bz2
Deploy releases to GitHub from TravisCIdeploy-releases-from-travis-ci
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
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