aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-12-03 13:16:36 +0100
committerMaximilian Hils <git@maximilianhils.com>2015-12-03 13:16:36 +0100
commitda50120502aa0561494ac1d3b5c1e617198b8f58 (patch)
tree31ceb87b5b9242747030412654f81fe4b1d1a779
parent9c89bfbcccc7895c332e1b36adabae66afb72ebe (diff)
downloadmitmproxy-da50120502aa0561494ac1d3b5c1e617198b8f58.tar.gz
mitmproxy-da50120502aa0561494ac1d3b5c1e617198b8f58.tar.bz2
mitmproxy-da50120502aa0561494ac1d3b5c1e617198b8f58.zip
appveyor: deploy binaries to snapshot server
-rw-r--r--.appveyor.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 3729f30d..5e0f3813 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -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 } \ No newline at end of file
+ - 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 \ No newline at end of file