make travis green again

This commit is contained in:
yqbk
2016-10-08 20:37:20 +02:00
parent ea745cbb5b
commit 44aca293e9
41 changed files with 322 additions and 225 deletions

3
config/deploy/staging.rb Normal file
View File

@@ -0,0 +1,3 @@
server '10.210.0.50', roles: [:app, :db, :puma_nginx, :web], user: 'debian'
set :rails_env, "staging"
set :branch, ENV['BRANCH'] if ENV['BRANCH']