Commit ae0517f4 authored by Don Gagne's avatar Don Gagne

Set region on all S3 deployments

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