fix(ci): use IP address instead of hostname for SSH (DNS not available in runner)
Some checks failed
Test Runner / test-basic (push) Successful in 7s
Test Runner / test-php (push) Successful in 7s
Deploy Application / deploy (push) Failing after 33s

This commit is contained in:
2025-11-24 22:05:15 +01:00
parent 5c36517046
commit 1f93377ded

View File

@@ -47,7 +47,7 @@ jobs:
echo "$SSH_PRIVATE_KEY" > /tmp/ssh_key echo "$SSH_PRIVATE_KEY" > /tmp/ssh_key
chmod 600 /tmp/ssh_key chmod 600 /tmp/ssh_key
ssh -i /tmp/ssh_key -o StrictHostKeyChecking=no deploy@michaelschiemer.de << EOF ssh -i /tmp/ssh_key -o StrictHostKeyChecking=no deploy@94.16.110.151 << EOF
set -e set -e
cd /home/deploy/michaelschiemer/current cd /home/deploy/michaelschiemer/current