Skip to content

Commit

Permalink
set ssh option to not verify host key
Browse files Browse the repository at this point in the history
  • Loading branch information
leefaisonr committed Mar 8, 2023
1 parent 830a544 commit 552ffc6
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 @@ -11,4 +11,4 @@
set :branch, ENV['BRANCH'] || 'main'

set :deploy_to, '/opt/imagecat-rails'
# set :ssh_options, {verify_host_key: :never}
set :ssh_options, {verify_host_key: :never}

0 comments on commit 552ffc6

Please sign in to comment.