Skip to content

Commit

Permalink
Merge 022558c into 062f5b7
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Sep 15, 2017
2 parents 062f5b7 + 022558c commit 7958931
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ tags
.project
Gemfile.local
.envrc
.travis
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,10 @@ notifications:
urls: # gitter
- https://webhooks.gitter.im/e/dc010332f9d40fcc21c4
slack: cucumberbdd:oQFVhzsx4R94KWmjlejAJYnM

after_success:
- openssl aes-256-cbc -K $encrypted_aa6a67ad4434_key -iv $encrypted_aa6a67ad4434_iv -in .travis/deploy_key.pem.enc -out .travis/deploy_key.pem -d
- eval "$(ssh-agent -s)" #start the ssh agent
- chmod 600 .travis/deploy_key.pem # this key should have push access
- ssh-add .travis/deploy_key.pem
- git push git@git.cucumber.pro:cucumber-ruby.git
Binary file added .travis/deploy_key.pem.enc
Binary file not shown.

0 comments on commit 7958931

Please sign in to comment.