Skip to content

Commit

Permalink
Merge pull request #9 from Opentrons/upload-public-read
Browse files Browse the repository at this point in the history
chore(deploy): upload objects with public_read acl
  • Loading branch information
sfoster1 authored Dec 9, 2019
2 parents 713a81d + 137c616 commit 903fd37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ deploy:
provider: s3
access_key_id: $AWS_ACCESS_KEY_ID
secret_access_key: $AWS_SECRET_ACCESS_KEY
acl: public_read
local-dir: firmwarebin/
upload-dir: ${TRAVIS_BRANCH}-${TRAVIS_BUILD_NUMBER}
bucket: $HEX_BUCKET
region: us-east-2
skip_cleanup: true
on:
repo: Opentrons/SmoothiewareOT
all_branches: true
Expand Down

0 comments on commit 903fd37

Please sign in to comment.