home folder for ssh key
This commit is contained in:
parent
5f1f7a956a
commit
db0f0cf5a6
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 2.3.1
|
||||
|
||||
before_install:
|
||||
- openssl aes-256-cbc -K $encrypted_6059a4f451fd_key -iv $encrypted_6059a4f451fd_iv
|
||||
-in id_rsa.enc -out .ssh/id_rsa -d
|
||||
-in id_rsa.enc -out ~/.ssh/id_rsa -d
|
||||
|
||||
install:
|
||||
- bundle install --without development
|
||||
|
|
Loading…
Reference in a new issue