Skip to content

Commit

Permalink
add s3 upload for windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
derchrisuk committed Jun 23, 2017
1 parent 335f2d8 commit 4ec6b0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ deploy:
on:
appveyor_repo_tag: true # deploy on tag push only
- provider: S3
access_key_id: Wzv9KvWFF0Wlbji6KsLICZ0LA4OLMpTxzl9Lmjdep9g=
secret_access_key: 7sipvYkOQirRfzSDKK5B67Poln90rNCYCI0To9I44lG0g3SABD/ol455HctusbUP
access_key_id:
secure: Wzv9KvWFF0Wlbji6KsLICZ0LA4OLMpTxzl9Lmjdep9g=
secret_access_key:
secure: 7sipvYkOQirRfzSDKK5B67Poln90rNCYCI0To9I44lG0g3SABD/ol455HctusbUP
bucket: ayab-debug
region: eu-central-1
unzip: false
Expand Down

0 comments on commit 4ec6b0e

Please sign in to comment.