diff --git a/modules/services/deployerbot/default.nix b/modules/services/deployerbot/default.nix index 8fac9da..a7eb4f9 100644 --- a/modules/services/deployerbot/default.nix +++ b/modules/services/deployerbot/default.nix @@ -44,6 +44,7 @@ script = let deployDerivationsStr = builtins.concatStringsSep " " deployDerivations; in '' + set -x export GIT_SSH_COMMAND="${pkgs.openssh}/bin/ssh -i ''${CREDENTIALS_DIRECTORY}/ssh-key" if [[ ! -d config ]]; then ${pkgs.git}/bin/git clone ${repo} config