Skip to content

Commit

Permalink
Upload to a different bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Dec 1, 2016
1 parent 1bb340e commit ea380cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ before_deploy:

deploy:
- provider: s3
bucket: rust-lang-cargo-dev
bucket: rust-lang-ci
skip_cleanup: true
local_dir: deploy
upload_dir: cargo-master
upload_dir: cargo-builds
acl: public_read
region: us-west-1
region: us-east-1
access_key_id: AKIAIWZDM2B2IJOWBGTA
secret_access_key:
secure: NB9b/MhIDiv8OtNiN/sHaFgA3xG2fa7MGuQQKJNj80ktvgByzDm5UPNyNeoYx9SmJ3jOWobgcPVaoUd2S+6XgO3bMBqm7sM/oMeE0KdqToh6+V2bKfyRF2U5fm697LEGepPIBYqMLDg4nr/dbknbKltzp6dAfJRyy22Nb721zPQ=
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ deploy:
access_key_id: AKIAIWZDM2B2IJOWBGTA
secret_access_key:
secure: hyH54di5NyNdV+jjntM1dRN/NeUgDidwZmwcg4/UKpdJqGf1AAwYb2ulXYK67CXA
bucket: rust-lang-cargo-dev
bucket: rust-lang-ci
set_public: true
region: us-west-1
region: us-east-1
artifact: cargo
folder: cargo-master
folder: cargo-builds
on:
branch: auto-cargo

0 comments on commit ea380cf

Please sign in to comment.