Compare commits

..

No commits in common. "c3771d8602e4731cfc1e8afbd8cd1a91eb74bcdd" and "a9405461b89e206e938446f591e74819f800f509" have entirely different histories.

View File

@ -29,7 +29,7 @@ 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