mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
deploy to github
This commit is contained in:
parent
ab550cf0cf
commit
f2412c7411
11
appveyor.yml
11
appveyor.yml
@ -47,3 +47,14 @@ artifacts:
|
||||
- path: dist/dist-safari-%APPVEYOR_BUILD_NUMBER%.zip
|
||||
- path: dist/browser-source-%APPVEYOR_BUILD_NUMBER%.zip
|
||||
- path: coverage/coverage-%APPVEYOR_BUILD_NUMBER%.zip
|
||||
|
||||
deploy:
|
||||
release: $(APPVEYOR_REPO_TAG_NAME)
|
||||
description: 'Release description'
|
||||
provider: GitHub
|
||||
auth_token: $(GH_TOKEN)
|
||||
artifact: /.*/
|
||||
force_update: true
|
||||
on:
|
||||
branch: master
|
||||
APPVEYOR_REPO_TAG: true
|
||||
|
Loading…
Reference in New Issue
Block a user