#17 Fix hanging ssh command

This commit is contained in:
Joey Hafner 2024-10-25 18:14:33 -07:00
parent ccde72e4ab
commit 8e7febf5f1
No known key found for this signature in database

View File

@ -25,7 +25,6 @@ jobs:
run: |
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key
chmod 600 /tmp/key
ssh -i /tmp/key
- name: Get list of hosts
run: |
nix eval --json .#deploy.nodes --apply 'builtins.attrValues' |\