Skip to content

Commit

Permalink
Change group name to aws, update Capistrano configs
Browse files Browse the repository at this point in the history
  • Loading branch information
bsp3ars committed Jan 27, 2022
1 parent 1aacad5 commit 6d7c625
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ group :production do
gem 'clamby'
end

group :xray do
group :aws do
# xray application monitoring through aws
gem 'aws-xray-sdk', require: ['aws-xray-sdk/facets/rails/railtie']
end
2 changes: 1 addition & 1 deletion config/deploy/curly.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

set :rails_env, :development
set :bundle_without, %w[production test].join(' ')
set :bundle_without, %w[production test aws].join(' ')
set :branch, 'sandbox'
set :default_env, path: "$PATH:/usr/sbin/"
set :bundle_path, -> { shared_path.join('vendor/bundle') }
Expand Down
2 changes: 1 addition & 1 deletion config/deploy/local.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
set :rails_env, :development
set :bundle_without, %w[production test].join(' ')
set :bundle_without, %w[production test aws].join(' ')
set :branch, 'chore/#761-deployment-alternative'
set :default_env, path: "$PATH:/usr/local/bin"
append :linked_files, "db/development.sqlite3"
Expand Down

0 comments on commit 6d7c625

Please sign in to comment.