Try and force the ssh key newline
Some checks failed
/ build (push) Failing after 3m14s

This commit is contained in:
Correl Roush 2024-08-25 20:11:10 -04:00
parent 65c490070f
commit af37df9f8b

View file

@ -20,6 +20,6 @@ jobs:
IdentityFile ~/.ssh/id_rsa
StrictHostKeyChecking no
EOF
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
- run: rsync -avz --delete ./public/ reason:Public/roam/