Commit e8e7a612 by Tan Phat Nguyen

deploy

parent 409a0b97
......@@ -23,10 +23,10 @@ gem 'devise'
gem 'figaro'
gem 'rsolr'
gem 'capistrano', '~> 3.2.0'
gem 'capistrano-bundler'
gem 'capistrano-rails'
gem 'capistrano3-unicorn'
gem 'capistrano-rvm'
gem 'capistrano-rails'
gem 'capistrano-bundler', '>= 1.1.0'
gem 'capistrano-rvm', git: 'git@github.com:capistrano/rvm.git'
group :development, :test do
gem 'sqlite3', '1.3.9'
......
GIT
remote: git@github.com:capistrano/rvm.git
revision: 9cfef39cf0022839dca6b5b330dfefeb5fc363e7
specs:
capistrano-rvm (0.1.2)
capistrano (~> 3.0)
sshkit (~> 1.2)
GEM
remote: https://rubygems.org/
specs:
......@@ -59,9 +67,6 @@ GEM
capistrano-rails (1.1.2)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
capistrano-rvm (0.1.2)
capistrano (~> 3.0)
sshkit (~> 1.2)
capistrano3-unicorn (0.2.1)
capistrano (~> 3.1, >= 3.1.0)
carrierwave (0.10.0)
......@@ -311,9 +316,9 @@ DEPENDENCIES
bootstrap-sass (= 3.2.0.0)
byebug (= 3.4.0)
capistrano (~> 3.2.0)
capistrano-bundler
capistrano-bundler (>= 1.1.0)
capistrano-rails
capistrano-rvm
capistrano-rvm!
capistrano3-unicorn
carrierwave (= 0.10.0)
coffee-rails (= 4.0.1)
......
......@@ -31,6 +31,8 @@ set :linked_files, %w{config/database.yml}
# Default value for linked_dirs is []
set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}
set :assets_roles, [:app]
# Default value for default_env is {}
# set :default_env, { path: "/opt/ruby/bin:$PATH" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment