kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
Autodeploy
rodzic
b33cd81d08
commit
5ce3a17f1f
16
appveyor.yml
16
appveyor.yml
|
@ -23,4 +23,20 @@ install:
|
||||||
build_script:
|
build_script:
|
||||||
- npm run dist
|
- npm run dist
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
- path: dist\*
|
||||||
|
name: LocalDist
|
||||||
|
|
||||||
test: off
|
test: off
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
release: v$(appveyor_build_version)
|
||||||
|
description: 'OpenBuilds Machine Driver (`$(TARGET_UI_BRANCH)`).\n\n>$(GIT_LOGS)'
|
||||||
|
provider: GitHub
|
||||||
|
auth_token:
|
||||||
|
secure: edabc7a03203f3ae56f249aee33f2c53b999d86e # your encrypted token from GitHub
|
||||||
|
artifact: LocalDist
|
||||||
|
draft: false
|
||||||
|
prerelease: false
|
||||||
|
on:
|
||||||
|
branch: master # release from master branch only
|
||||||
|
|
Ładowanie…
Reference in New Issue