From 3b0c37c84101ef08f6b25eb5ec84652e4e7ac4ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Mon, 2 Mar 2026 15:21:25 +0100 Subject: [PATCH] Fixed git command --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 3a4162a..086613d 100644 --- a/deploy.sh +++ b/deploy.sh @@ -648,7 +648,7 @@ export_configuration() { } deploy() { - git -C "/home/nixosd/numbus-server" add -f "final-nix-config" + git -C . add -f "final-nix-config/" echo -e "\n\nšŸ”„ Deploying to the remote server..." nix flake update --flake ./final-nix-config/etc/nixos