From 482f01bb01e7035ba2d8e35195832498003bcc1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 30 Jul 2023 07:36:12 +0300 Subject: [PATCH] deployer: set -x --- modules/services/deployerbot/default.nix | 1 + 1 file changed, 1 insertion(+) 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