Skip to content

Commit

Permalink
do NOT forward ssh agent
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas2511 committed Dec 26, 2023
1 parent 4eadb96 commit ebeb507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
set :use_sudo, false
set :stage, :production
set :deploy_to, "/srv/media/#{fetch(:application)}"
set :ssh_options, forward_agent: true, user: fetch(:user)
set :ssh_options, forward_agent: false, user: fetch(:user)
set :bundle_without, %w(development test sqlite3).join(' ')
set :linked_files, %w(config/settings.yml config/database.yml config/secrets.yml .env.production .ruby-version)
set :linked_dirs, %w(log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system)
Expand Down

0 comments on commit ebeb507

Please sign in to comment.