Skip to content

Commit

Permalink
Override git_ssh_command to fix git clone command
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 committed Jan 23, 2023
1 parent 82e80b2 commit da8cad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/deploy.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function () {
'bin/wp',
fn(): string => which( 'wp' )
);
set( 'git_ssh_command', 'ssh' );

// Load options and hosts from inventory.
import( 'deploy.yml' );
Expand Down

0 comments on commit da8cad6

Please sign in to comment.