#17 Fix typo: Call the built binary

This commit is contained in:
Joey Hafner 2024-10-25 20:52:57 -07:00
parent 440d08c925
commit 4ebc17c7f9
No known key found for this signature in database

View File

@ -39,6 +39,6 @@ jobs:
for host in $(cat /tmp/hostlist); do
ssh-keyscan -t ed25519 $host >> ~/.ssh/known_hosts
done
- name: Run deploy-rs from flake
- name: Dry-run deploy
run: |
./deploy --ssh-opts '-i /tmp/key' --dry-activate
./deploy/bin/deploy --ssh-opts '-i /tmp/key' --dry-activate