1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-03 14:24:23 +01:00
fab-manager/config/deploy/production.rb
2015-05-05 03:10:25 +02:00

16 lines
412 B
Ruby

server "fab-manager.com", :web, :app, :db, primary: true
set :domain, "fab-manager.com"
set :application, "fabmanager"
set :user, "admin"
set :port, 22
set :deploy_to, "/home/#{user}/apps/#{application}"
set :deploy_via, :remote_cache
set :use_sudo, false
set :scm, "git"
set :repository, "git@github.com:LaCasemate/fab-manager.git"
set :scm_user, "jarod022"
set :branch, "master"
set :rails_env, 'production'