Commit 898796f8 by Tan Phat Nguyen

database production

parent a09ba42e
...@@ -25,6 +25,7 @@ gem 'capistrano', '~> 3.2.0' ...@@ -25,6 +25,7 @@ gem 'capistrano', '~> 3.2.0'
gem 'capistrano-bundler' gem 'capistrano-bundler'
gem 'capistrano-rails' gem 'capistrano-rails'
gem 'capistrano3-unicorn' gem 'capistrano3-unicorn'
gem 'capistrano-rvm'
group :development, :test do group :development, :test do
gem 'sqlite3', '1.3.9' gem 'sqlite3', '1.3.9'
......
...@@ -59,6 +59,9 @@ GEM ...@@ -59,6 +59,9 @@ GEM
capistrano-rails (1.1.2) capistrano-rails (1.1.2)
capistrano (~> 3.1) capistrano (~> 3.1)
capistrano-bundler (~> 1.1) capistrano-bundler (~> 1.1)
capistrano-rvm (0.1.2)
capistrano (~> 3.0)
sshkit (~> 1.2)
capistrano3-unicorn (0.2.1) capistrano3-unicorn (0.2.1)
capistrano (~> 3.1, >= 3.1.0) capistrano (~> 3.1, >= 3.1.0)
carrierwave (0.10.0) carrierwave (0.10.0)
...@@ -309,6 +312,7 @@ DEPENDENCIES ...@@ -309,6 +312,7 @@ DEPENDENCIES
capistrano (~> 3.2.0) capistrano (~> 3.2.0)
capistrano-bundler capistrano-bundler
capistrano-rails capistrano-rails
capistrano-rvm
capistrano3-unicorn capistrano3-unicorn
carrierwave (= 0.10.0) carrierwave (= 0.10.0)
coffee-rails (= 4.0.1) coffee-rails (= 4.0.1)
......
...@@ -23,6 +23,6 @@ development: ...@@ -23,6 +23,6 @@ development:
# <<: *default # <<: *default
# database: db/test.sqlite3 # database: db/test.sqlite3
#production: production:
# <<: *default <<: *default
# database: db/production.sqlite3 database: shop_phatnt
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