#17 Fix typo: (We armed the weapon)

This commit is contained in:
Joey Hafner 2024-10-25 21:02:39 -07:00
parent 479f953944
commit b980d5c563
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: Dry-run deploy
- name: Deploy
run: |
./deploy/bin/deploy --ssh-opts '-i /tmp/key'