Skip to content

Commit

Permalink
try to add encrypted deploy key...
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Feb 14, 2020
1 parent 30ab9f2 commit a56ea0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ script:
- cargo run -- tree-data/example.toml output
deploy:
provider: pages:git
deploy_key: "<deploy_key>"
deploy_key: "deploy-key-skill-tree"
before_install:
- openssl aes-256-cbc -K $encrypted_d7b9fac2d740_key -iv $encrypted_d7b9fac2d740_iv
-in deploy-key-skill-tree.enc -out deploy-key-skill-tree -d
Binary file added deploy-key-skill-tree.enc
Binary file not shown.

0 comments on commit a56ea0a

Please sign in to comment.