mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Setup before-deploy for travis.
This commit is contained in:
parent
5c52ed0f9f
commit
0cd655f34b
1 changed files with 6 additions and 0 deletions
|
@ -8,9 +8,15 @@ env:
|
|||
global:
|
||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||||
sudo: false
|
||||
addons:
|
||||
ssh_known_hosts: $hostname
|
||||
before_install:
|
||||
- openssl aes-256-cbc -K $encrypted_4395499fa958_key -iv $encrypted_4395499fa958_iv
|
||||
-in dash.org-test-web.pem.enc -out dash.org-test-web.pem -d
|
||||
before_deploy:
|
||||
- eval "$(ssh-agent -s)"
|
||||
- chmod 600 $TRAVIS_BUILD_DIR/$IdentityFile
|
||||
- ssh-add $TRAVIS_BUILD_DIR/$IdentityFile
|
||||
deploy:
|
||||
provider: script
|
||||
skip_cleanup: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue