add encrypted ssh key
This commit is contained in:
parent
0e21df476e
commit
5f1f7a956a
2 changed files with 13 additions and 3 deletions
16
.travis.yml
16
.travis.yml
|
@ -1,9 +1,19 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 2.3.1
|
- 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
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- bundle install --without development
|
- bundle install --without development
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- bundle exec nanoc
|
- bundle exec nanoc check elinks
|
||||||
|
- bundle exec nanoc check ilinks
|
||||||
|
- bundle exec nanoc check stale
|
||||||
|
- bundle exec nanoc check mixed_content
|
||||||
|
- bundle exec nanoc
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- bundle exec nanoc deploy --target public
|
||||||
|
|
BIN
id_rsa.enc
Normal file
BIN
id_rsa.enc
Normal file
Binary file not shown.
Loading…
Reference in a new issue