appveyor: deploy binaries to snapshot server
This commit is contained in:
parent
9c89bfbccc
commit
da50120502
|
@ -16,4 +16,14 @@ after_test:
|
|||
git clone https://github.com/mitmproxy/release.git ..\release
|
||||
pip install -e ..\release
|
||||
python ..\release\rtool.py -p mitmproxy bdist
|
||||
- ps: Get-ChildItem ..\release\dist\*.zip | ForEach { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||
- ps: Get-ChildItem ..\release\dist\*.zip | ForEach { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||
deploy:
|
||||
- provider: FTP
|
||||
host: 46.101.230.67:2222
|
||||
protocol: sftp
|
||||
username: travis
|
||||
password:
|
||||
secure: +Ousom/XDCLx9+bUjr1mRKepgIzLdqP+clMpoAiPXUysZCDGxODD/7ij4z8GJ3AF
|
||||
folder: snapshots
|
||||
on:
|
||||
branch: master
|
Loading…
Reference in New Issue