Commit af3b4379 by Quang Vinh Nguyen

test capistrano 02

parent 1b6a11f1
......@@ -28,3 +28,5 @@
config/settings.local.yml
config/settings/*.local.yml
config/environments/*.local.yml
config/secrets.yml
config/database.yml
......@@ -9,6 +9,8 @@ require "capistrano/passenger"
require "capistrano/rbenv"
require "capistrano/yarn"
require "capistrano/bundler"
require 'capistrano/rails/migrations'
require 'capistrano/rails/assets'
# rbenv
set :rbenv_type, :user
......
......@@ -292,7 +292,6 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
redis (4.0.1)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
......@@ -431,7 +430,6 @@ DEPENDENCIES
pry
puma (~> 3.11)
rails (~> 5.2.0)
redis
rsolr
rsolr-ext
rspec-rails
......
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