From 2cfe806116a01e75ae40b80b7d12ee389115dd47 Mon Sep 17 00:00:00 2001 From: Sucipto Date: Thu, 10 Jan 2019 11:18:17 +0700 Subject: [PATCH] Add auto deploy on tag created --- .travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80f8ad0..b2bfb0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,4 +30,13 @@ script: StartupNotify=true Terminal=false EOF - - ARCH=x86_64 ./appimagetool-x86_64.AppImage app \ No newline at end of file + - ARCH=x86_64 ./appimagetool-x86_64.AppImage app + +deploy: + provider: releases + api_key: $GITHUB_TOKEN + file: "gKamus-x86_64.AppImage" + skip_cleanup: true + on: + tags: true + all_branches: true \ No newline at end of file