plzxwork
Some checks failed
pipeline / deploy-job (push) Failing after 26s

This commit is contained in:
Alexandru 2024-09-18 20:01:13 +03:00
parent cd3e05978f
commit a44f4b5270

View File

@ -29,7 +29,7 @@ jobs:
- name: init ssh
run: |
mkdir -p ~/.ssh
echo "${{ secrets.PRIVKEY }}" | tr -d '\r' | base64 -d > ~/.ssh/id_rsa
printf '%s' "${{ secrets.PRIVKEY }}" | base64 -d > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -p 69 107.189.28.28 >> ~/.ssh/known_hosts
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'