From 63846296d5bf50216ed4241de9d1e69c09986d55 Mon Sep 17 00:00:00 2001 From: ujiro99 Date: Fri, 16 Jun 2017 00:01:07 +0900 Subject: [PATCH] Add deploy settings. --- .travis.yml | 3 +++ appveyor.yml | 13 ++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25071db..8531d54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,9 @@ deploy: skip_cleanup: true file: - release/chrome/chrome-app.zip + - release/electron/RedmineTimeTracker-* + - release/electron/latest-mac.yml on: all_branches: true tags: true + diff --git a/appveyor.yml b/appveyor.yml index 971f1ac..8479e13 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,4 +21,15 @@ test_script: - yarn test artifacts: - - path: release\electron\*.exe + - path: release\electron\*.exe,latest.yml + +deploy: + description: 'Release' + provider: GitHub + auth_token: + secure: v5qEZPfyCd2WwTjoIKRfotA4atyU6PSPEztHcs3FTkr07WnGHNFOT0NA82aqVjWq + artifact: release\electron\*.exe,latest.yml + on: + branch: master + appveyor_repo_tag: true +