updoot action

This commit is contained in:
Alexandru 2024-09-18 12:35:24 +03:00
parent c3771d8602
commit 390a78c6fe

View File

@ -29,9 +29,10 @@ jobs:
- name: init ssh
run: |
mkdir -p ~/.ssh
echo "${{ secrets.PRIVKEY }}" > ~/.ssh/id_rsa
echo "${{ secrets.PRIVKEY }}" | base64 -d > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -p 69 107.189.28.28 >> ~/.ssh/known_hosts
ssh-keyscan -p 69 107.189.28.28 >> ~/.ssh/known_hosts
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- name: delete new files so we don't screw up stuff
run: |