create an .ssh directory since it doesn't exist apparently
Some checks failed
pipeline / deploy-job (push) Failing after 33s
Some checks failed
pipeline / deploy-job (push) Failing after 33s
This commit is contained in:
parent
8c56d4735b
commit
b304399788
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ jobs:
|
|||
|
||||
- name: init ssh
|
||||
run: |
|
||||
mkdir ~/.ssh
|
||||
ssh-keyscan -p 69 fzorb.xyz >> ~/.ssh/known_hosts
|
||||
|
||||
- name: upload new files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue