Skip to content

Commit

Permalink
Move sqlite3 to dev/test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Dec 13, 2017
1 parent 6c2f37e commit 7eebc4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ source 'https://rubygems.org'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '5.0.0.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down Expand Up @@ -51,6 +49,8 @@ group :development, :test do
gem 'capistrano-rails-console'
gem 'database_cleaner'
gem 'rails-controller-testing'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
end

group :development do
Expand Down
4 changes: 2 additions & 2 deletions config/deploy/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# server 'example.com', user: 'deploy', roles: %w{app db web}, my_property: :my_value
# server 'example.com', user: 'deploy', roles: %w{app web}, other_property: :other_value
# server 'db.example.com', user: 'deploy', roles: %w{db}
server 'lib-pom1', user: 'deploy', roles: %w(app db web worker)
set :deploy_to, '/opt/rails_app'
server 'dpul1', user: 'deploy', roles: %w(app db web worker)
set :deploy_to, '/opt/dpul'

# role-based syntax
# ==================
Expand Down

0 comments on commit 7eebc4f

Please sign in to comment.