Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Commit

Permalink
Add deploy settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ujiro99 committed Jun 15, 2017
1 parent bab13be commit 6384629
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

13 changes: 12 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6384629

Please sign in to comment.