#17 Fix hanging ssh command
This commit is contained in:
parent
ccde72e4ab
commit
8e7febf5f1
@ -25,7 +25,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key
|
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key
|
||||||
chmod 600 /tmp/key
|
chmod 600 /tmp/key
|
||||||
ssh -i /tmp/key
|
|
||||||
- name: Get list of hosts
|
- name: Get list of hosts
|
||||||
run: |
|
run: |
|
||||||
nix eval --json .#deploy.nodes --apply 'builtins.attrValues' |\
|
nix eval --json .#deploy.nodes --apply 'builtins.attrValues' |\
|
||||||
|
Loading…
Reference in New Issue
Block a user