This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: setup SSH
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.DEPLOY_KEY }}" < ~/.ssh/id_ed25519
|
||||
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
ssh-keyscan 79.137.75.155 >> ~/.ssh/known_hosts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user