#17 Fix typo: Call the built binary
This commit is contained in:
parent
440d08c925
commit
4ebc17c7f9
@ -39,6 +39,6 @@ jobs:
|
|||||||
for host in $(cat /tmp/hostlist); do
|
for host in $(cat /tmp/hostlist); do
|
||||||
ssh-keyscan -t ed25519 $host >> ~/.ssh/known_hosts
|
ssh-keyscan -t ed25519 $host >> ~/.ssh/known_hosts
|
||||||
done
|
done
|
||||||
- name: Run deploy-rs from flake
|
- name: Dry-run deploy
|
||||||
run: |
|
run: |
|
||||||
./deploy --ssh-opts '-i /tmp/key' --dry-activate
|
./deploy/bin/deploy --ssh-opts '-i /tmp/key' --dry-activate
|
Loading…
Reference in New Issue
Block a user