Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add encrypted S3 keys in Travis #968

Merged
merged 3 commits into from
Apr 24, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ before_deploy:
- yarn run build:production

deploy:
access_key_id:
secure: rItdIXR63Z51sTmZb3+Jy+Z236aSW9S3I6sjjJUaDAl0vXotGVCO7CYmu1uuvv61/0ofuiFRAFsUwi/6xGgOYNXzkMm6D7KHkSNqhnPHlOiIEh25k78OflpIm0PhpgCKiktlNJpgfM1WLZ+VAs4KFeTAeiBw4kJnCsnyKY4Ok4Y=
secret_access_key:
secure: U0rqBVBq3/pq1iMHa5hwqSWKXF0xgNCtuRtqoQ46hV3oiDnZJE5ZZc5B8PTlocekqmsbLCUAdC0Qjdco98tBSbRDgVqVeryIUxtBNQj8cWpsYXyHnJ6guY7VDaeGsVuiuRZTKqSitsEHg432CdQlPW+N3DvEL/esTLlYgFS7CxA=
provider: s3
bucket: "ember-extension"
access: public_read
Expand Down
Loading