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 a77ee05 commit a58fce9
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 @@ -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, 'pyfmi@deedee.hno3.org'
Expand Down

0 comments on commit a58fce9

Please sign in to comment.