14.12.25 - фикс пайплайна CI #2
Some checks failed
Mirror frontend to backend repo / mirror (push) Failing after 4s
Some checks failed
Mirror frontend to backend repo / mirror (push) Failing after 4s
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Setup SSH
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.SUBTREE_SSH_KEY }}" > ~/.ssh/id_ed25519
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
ssh-keyscan -p 2222 10.25.100.250 >> ~/.ssh/known_hosts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user