ci: remove ssh-keyscan step from workflow
Some checks failed
Deploy Canina / deploy (push) Failing after 2s

This commit is contained in:
parsa aghaei 2026-08-09 11:29:51 +03:30
parent c1bc9e1994
commit d239282797

View File

@ -19,8 +19,6 @@ jobs:
mkdir -p ~/.ssh
echo "$SSH_KEY" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
# 172.17.0.1 = docker host from inside runner container
ssh-keyscan -p 2234 -H 172.17.0.1 >> ~/.ssh/known_hosts
- name: Deploy via SSH (with VPN for docker build)
shell: sh