Terraling is a Ruby on Rails web application to let you store and browse your linguistic data. For More information read the README file.
17
stars
14
forks
source link
Run a deploy to the test server from TravisCI if tests are passing #179
Closed
dej611 closed 7 years ago
Based on this blog post: https://oncletom.io/2016/travis-ssh-deploy/
Instead of using
rsync
as described in the article, in this PR there are:config/deploy/travisci.rb
configuration.travisci
to setup the correct environment to deploycap deploy travisci
to deploy using the config above