Commit e6a858bc authored by Daniel Agar's avatar Daniel Agar

appveyor deploy releases to s3

-fixes #3756
parent 4905c4c6
......@@ -66,6 +66,7 @@ artifacts:
name: symbols
deploy:
# deploy continuous builds to s3
- provider: S3
access_key_id:
secure: IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
......@@ -77,6 +78,7 @@ deploy:
artifact: qgcinstaller
on:
CONFIG: installer
# deploy daily build symbols to s3
- provider: S3
access_key_id:
secure: IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
......@@ -89,6 +91,7 @@ deploy:
on:
CONFIG: installer
appveyor_repo_tag: false
# deploy release symbols to s3
- provider: S3
access_key_id:
secure: IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
......@@ -101,6 +104,7 @@ deploy:
on:
CONFIG: installer
appveyor_repo_tag: true
# deploy tagged releases to Github releases
- provider: GitHub
auth_token:
secure: dzWLqd0eTKjrAWC5LgqVnwLemmrNdddGA2ZZn/OthAP37mwCLkP2C1zil7ivmEE8
......@@ -110,3 +114,16 @@ deploy:
on:
CONFIG: installer
appveyor_repo_tag: true
# deploy tagged releases to s3
- provider: S3
access_key_id:
secure: IGAojLMqokL+76DbdulmWDA3MTsxEBBi3ReVVSqTy9c=
secret_access_key:
secure: RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN
bucket: qgroundcontrol
set_public: true
folder: $(APPVEYOR_REPO_TAG)
artifact: qgcinstaller
on:
CONFIG: installer
appveyor_repo_tag: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment