diff --git a/res/deploy.tpl.php b/res/deploy.tpl.php index 56e6488..50694b2 100644 --- a/res/deploy.tpl.php +++ b/res/deploy.tpl.php @@ -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' );