create an .ssh directory since it doesn't exist apparently
Some checks failed
pipeline / deploy-job (push) Failing after 33s

This commit is contained in:
fzorb 2025-05-01 07:43:58 +00:00
parent 8c56d4735b
commit b304399788

View file

@ -33,6 +33,7 @@ jobs:
- name: init ssh
run: |
mkdir ~/.ssh
ssh-keyscan -p 69 fzorb.xyz >> ~/.ssh/known_hosts
- name: upload new files