appveyor: Leverage auto-retry to upload to S3

This was recently implemented (appveyor/ci#1387) in response to one of our
feature requests, so let's take advantage of it! I'm going to optimistically
say...

Closes #39074
This commit is contained in:
Alex Crichton 2017-03-23 07:07:02 -07:00
parent c62e532f3d
commit 823715c18e
1 changed files with 2 additions and 0 deletions

View File

@ -182,6 +182,7 @@ deploy:
on:
branch: auto
DEPLOY: 1
max_error_retry: 5
# This provider is the same as the one above except that it has a slightly
# different upload directory and a slightly different trigger
@ -198,6 +199,7 @@ deploy:
on:
branch: auto
DEPLOY_ALT: 1
max_error_retry: 5
# init:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))