Skip to content

Commit

Permalink
Add encrypted S3 keys in Travis (#968)
Browse files Browse the repository at this point in the history
* Add encrypted S3 keys in Travis

* Use env variables
  • Loading branch information
RobbieTheWagner committed Apr 24, 2019
1 parent 37da347 commit ebdf525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 315 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ before_deploy:
- yarn run build:production

deploy:
access_key_id: $AWS_ACCESS_KEY_ID
secret_access_key: $AWS_SECRET_ACCESS_KEY
provider: s3
bucket: "ember-extension"
access: public_read
Expand Down
Loading

0 comments on commit ebdf525

Please sign in to comment.