Compare commits
2 Commits
v2.4.2-rc3
...
v2.4.2-rc5
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d653bb7d0 | |||
| 4fe0378d1c |
@@ -22,8 +22,9 @@ jobs:
|
||||
- name: Add Gitea SSH Host Key
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
sudo sh -c 'echo "100.93.226.13 thunderobot" >> /etc/hosts' || echo "100.93.226.13 thunderobot" >> /etc/hosts || true
|
||||
ssh-keyscan -p 222 thunderobot >> ~/.ssh/known_hosts
|
||||
ssh-keyscan -p 222 100.93.226.13 >> ~/.ssh/known_hosts
|
||||
echo -e "Host thunderobot\n HostName 100.93.226.13\n Port 222\n StrictHostKeyChecking no" > ~/.ssh/config
|
||||
chmod 600 ~/.ssh/config
|
||||
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user