From da50120502aa0561494ac1d3b5c1e617198b8f58 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 3 Dec 2015 13:16:36 +0100 Subject: [PATCH] appveyor: deploy binaries to snapshot server --- .appveyor.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 3729f30d5..5e0f3813c 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