Browse Source

Set region on all S3 deployments

QGC4.4
Don Gagne 8 years ago
parent
commit
ae0517f4c2
  1. 4
      .appveyor.yml

4
.appveyor.yml

@ -80,6 +80,7 @@ deploy: @@ -80,6 +80,7 @@ deploy:
secret_access_key:
secure: RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN
bucket: qgroundcontrol
region: us-west-2
set_public: true
folder: cisyms
artifact: symbols
@ -94,6 +95,7 @@ deploy: @@ -94,6 +95,7 @@ deploy:
secret_access_key:
secure: RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN
bucket: qgroundcontrol
region: us-west-2
set_public: true
folder: releasesyms
artifact: symbols
@ -119,6 +121,7 @@ deploy: @@ -119,6 +121,7 @@ deploy:
secret_access_key:
secure: RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN
bucket: qgroundcontrol
region: us-west-2
set_public: true
folder: $(APPVEYOR_REPO_TAG_NAME)
artifact: qgcinstaller
@ -133,6 +136,7 @@ deploy: @@ -133,6 +136,7 @@ deploy:
secret_access_key:
secure: RiYqaR+3T2PMNz2j5ur8LCA6H/Zfd4jTX33CZE5iBxm+zaz4QLs25p0B7prpaoNN
bucket: qgroundcontrol
region: us-west-2
set_public: true
folder: latest
artifact: qgcinstaller

Loading…
Cancel
Save