mirror of
https://github.com/bitwarden/server.git
synced 2024-12-25 17:27:45 +01:00
deploy github on prod_deploy
This commit is contained in:
parent
cec4d30286
commit
8945deb946
@ -112,3 +112,12 @@ on_finish:
|
|||||||
iex ((new-object net.webclient).DownloadString(`
|
iex ((new-object net.webclient).DownloadString(`
|
||||||
'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
provider: GitHub
|
||||||
|
auth_token: $(GH_TOKEN)
|
||||||
|
artifact: /.*/
|
||||||
|
force_update: true
|
||||||
|
on:
|
||||||
|
branch: master
|
||||||
|
PROD_DEPLOY: true
|
||||||
|
Loading…
Reference in New Issue
Block a user