doc: 更新yml文件增加自动部署脚本
This commit is contained in:
parent
2b44b5e4db
commit
12bd87a25a
11
appveyor.yml
11
appveyor.yml
|
@ -78,6 +78,17 @@ artifacts:
|
||||||
- path: Bootstrap.Admin\bin\release\netcoreapp2.2\publish\
|
- path: Bootstrap.Admin\bin\release\netcoreapp2.2\publish\
|
||||||
name: BootstrapAdmin
|
name: BootstrapAdmin
|
||||||
type: WebDeployPackage
|
type: WebDeployPackage
|
||||||
|
deploy:
|
||||||
|
- provider: GitHub
|
||||||
|
tag: v$(appveyor_build_version)
|
||||||
|
release: BootstrapAdmin-v$(appveyor_build_version)
|
||||||
|
description: BootstrapAdmin auto generated by Appveyor
|
||||||
|
auth_token:
|
||||||
|
secure: bTF+J9xTuL63Q3fMN533GYvPEjHYPZsFRCVrpYpyFNcQpLe3CMLYT1D/x52J9nhC
|
||||||
|
artifact: BootstrapAdmin
|
||||||
|
draft: true
|
||||||
|
prerelease: true
|
||||||
|
force_update: true
|
||||||
notifications:
|
notifications:
|
||||||
- provider: Email
|
- provider: Email
|
||||||
to:
|
to:
|
||||||
|
|
Loading…
Reference in New Issue