Skip to content

Commit

Permalink
Fix the Git path to skanev/evans in Capistrano
Browse files Browse the repository at this point in the history
The old URL was resulting in a timeout. The new one uses git-over-ssh.
  • Loading branch information
mitio committed Oct 21, 2022
1 parent 3482c64 commit c6d4b77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ GEM
mail (~> 2.2)
erubis (2.7.0)
eventmachine (1.0.8)
exception_notification (4.1.1)
actionmailer (>= 3.0.4)
activesupport (>= 3.0.4)
execjs (2.7.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -389,7 +386,6 @@ DEPENDENCIES
diff-lcs
draper
email_spec
exception_notification
factory_girl_rails
faker
guard
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set :application, 'Trane Revisited'
set :scm, :git
set :repository, 'git://github.com/skanev/evans.git'
set :repository, 'git@github.com:skanev/evans.git'
set :branch, 'master'
set :user, 'pyfmi'
set :user_and_host, '[email protected]'
Expand Down

0 comments on commit c6d4b77

Please sign in to comment.