Skip to content

Commit

Permalink
feat(build) Add (encrypted) deploy key, see #130
Browse files Browse the repository at this point in the history
  • Loading branch information
franz-josef-kaiser committed Apr 25, 2016
1 parent 8fc977c commit 6a844cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@

# Jekyll build
_site

# Travis CI - build automation
deploy_key
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ deploy:
on:
branch: gh-pages

before_install:
- openssl aes-256-cbc -K $encrypted_4be638fe4863_key -iv $encrypted_4be638fe4863_iv -in deploy_key.enc -out deploy_key -d

notifications:
slack:
rooms:
Expand Down
Binary file added deploy_key.enc
Binary file not shown.

0 comments on commit 6a844cf

Please sign in to comment.