Skip to content

Commit

Permalink
Add auto deploy on tag created
Browse files Browse the repository at this point in the history
  • Loading branch information
suciptoid committed Jan 10, 2019
1 parent c5698ac commit 2cfe806
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,13 @@ script:
StartupNotify=true
Terminal=false
EOF
- ARCH=x86_64 ./appimagetool-x86_64.AppImage app
- 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

0 comments on commit 2cfe806

Please sign in to comment.