This commit is contained in:
parent
6c67d0e8b4
commit
49b453f110
|
@ -22,6 +22,7 @@ jobs:
|
||||||
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519.pub
|
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519.pub
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
chmod 600 ~/.ssh/id_ed25519
|
||||||
chmod 600 ~/.ssh/id_ed25519.pub
|
chmod 600 ~/.ssh/id_ed25519.pub
|
||||||
|
ssh-keyscan -p 2222 focs.ji.sjtu.edu.cn >> ~/.ssh/known_hosts
|
||||||
ssh -T git@focs.ji.sjtu.edu.cn -p 2222
|
ssh -T git@focs.ji.sjtu.edu.cn -p 2222
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Determine build command
|
- name: Determine build command
|
||||||
|
|
Loading…
Reference in New Issue
Block a user