This commit is contained in:
parent
a44f4b5270
commit
f146cbfeff
@ -32,7 +32,6 @@ jobs:
|
|||||||
printf '%s' "${{ secrets.PRIVKEY }}" | base64 -d > ~/.ssh/id_rsa
|
printf '%s' "${{ secrets.PRIVKEY }}" | base64 -d > ~/.ssh/id_rsa
|
||||||
chmod 600 ~/.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
|
- name: delete new files so we don't screw up stuff
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user