1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-26 17:37:36 +01:00

deploy github on prod_deploy

This commit is contained in:
Kyle Spearrin 2019-03-15 10:53:24 -04:00
parent cec4d30286
commit 8945deb946

View File

@ -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