infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit ea609c80dc0afd5b621987dd9303022caaf22b04
parent a7547c647e4f3b2db4bee37fbc3752de63ed89d2
Author: Silas Brack <silasbrack@gmail.com>
Date:   Thu,  2 Apr 2026 20:34:23 +0200

Use right ssh key path

Diffstat:
M.forgejo/workflows/nixos.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.forgejo/workflows/nixos.yaml b/.forgejo/workflows/nixos.yaml @@ -24,5 +24,5 @@ jobs: - name: Deploy if: forgejo.ref == 'refs/heads/main' run: | - NIX_SSHOPTS="-i /var/lib/private/gitea-runner/default/.ssh/id_ed25519 -o StrictHostKeyChecking=accept-new -o UserKnownHostsFile=/tmp/known_hosts" \ + NIX_SSHOPTS="-i /var/lib/gitea-runner/default/.ssh/id_ed25519 -o StrictHostKeyChecking=accept-new -o UserKnownHostsFile=/tmp/known_hosts" \ nix run nixpkgs#nixos-rebuild -- --fast --flake .#debian-2gb-hel1-1 --target-host root@46.62.150.48 test