aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorSpacelord <Spacelord09@users.noreply.github.com>2019-12-31 00:35:02 +0100
committerSpacelord <Spacelord09@users.noreply.github.com>2019-12-31 00:35:02 +0100
commite4374c59881032ef644fbb2fd54a554dc4d914b1 (patch)
tree585148fb4cb338401830a4c3a3f6d328b89a7030 /.travis.yml
parentf7e071444605ec72a6f4577dc7fc63b880d4dd61 (diff)
downloadmidimonster-e4374c59881032ef644fbb2fd54a554dc4d914b1.tar.gz
midimonster-e4374c59881032ef644fbb2fd54a554dc4d914b1.tar.bz2
midimonster-e4374c59881032ef644fbb2fd54a554dc4d914b1.zip
Automated travis deployment
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 7db9167..3299c66 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -200,3 +200,13 @@ before_install:
after_script:
- if [ "$TASK" = "coverity" ]; then tail -n 10000 ${TRAVIS_BUILD_DIR}/cov-int/build-log.txt; cat ${TRAVIS_BUILD_DIR}/cov-int/scm_log.txt; fi
+
+deploy:
+ provider: releases
+ api_key: $GITHUB_TOKEN
+file:
+ - "./deployment/*"
+ skip_cleanup: true
+ draft: true
+ on:
+ tags: true \ No newline at end of file