14.12.25 - фикс пайплайна CI #1
Some checks failed
Mirror frontend to backend repo / mirror (push) Failing after 1s

This commit is contained in:
2025-12-14 03:12:27 +03:00
parent c5445d9f24
commit 64d5235e26

View File

@@ -15,7 +15,7 @@ jobs:
mkdir -p ~/.ssh
echo "${{ secrets.SUBTREE_SSH_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan 10.25.100.250 >> ~/.ssh/known_hosts
ssh-keyscan -p 2222 10.25.100.250 >> ~/.ssh/known_hosts
- name: Clone backend monorepo
run: |