Fix Deploy workflow
CI / check (push) Successful in 4m17s

This commit is contained in:
2026-06-23 11:54:44 +02:00
parent b4ee759957
commit fc4fba565d
2 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ jobs:
mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan -H 192.168.2.2 192.168.2.40 192.168.2.30 192.168.2.31 >> ~/.ssh/known_hosts
echo "StrictHostKeyChecking no" >> ~/.ssh/config
ssh-keyscan -H 192.168.2.2 192.168.2.40 192.168.2.30 192.168.2.31 localhost >> ~/.ssh/known_hosts
ssh-keyscan -H proxy.cyperpunk.de >> ~/.ssh/known_hosts
- name: Deploy cyper-controller
+7
View File
@@ -222,7 +222,14 @@ in
wget
nix
openssh
nixos-rebuild
];
settings = {
runner.env_vars = {
PATH = "/run/wrappers/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/usr/bin:/bin";
};
};
};
};