mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Travis rsync
This commit is contained in:
parent
d116948938
commit
5c52ed0f9f
2 changed files with 13 additions and 15 deletions
28
.travis.yml
28
.travis.yml
|
@ -1,21 +1,19 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 2.3.1
|
||||
|
||||
before_script:
|
||||
- chmod +x ./script/cibuild # or do this locally and commit
|
||||
|
||||
# Assume bundler is being used, therefore
|
||||
# the `install` step will run `bundle install` by default.
|
||||
script: ./script/cibuild
|
||||
|
||||
# branch whitelist
|
||||
# branches:
|
||||
# only:
|
||||
# - feature/travis # test the travis branch
|
||||
|
||||
- chmod +x ./script/cibuild
|
||||
script: "./script/cibuild"
|
||||
env:
|
||||
global:
|
||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
|
||||
|
||||
sudo: false # route your build to the container-based infrastructure for a faster build
|
||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||||
sudo: false
|
||||
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
|
||||
deploy:
|
||||
provider: script
|
||||
skip_cleanup: true
|
||||
script: rsync -r --delete-after --quiet $TRAVIS_BUILD_DIR/_dist $user@$hostname:$production_path
|
||||
on:
|
||||
branch: master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue