update
Some checks failed
CI/CD Pipeline / lint (push) Successful in 19s
CI/CD Pipeline / deploy (push) Failing after 40s

This commit is contained in:
sotos
2025-12-16 12:04:19 +01:00
parent aefc23c307
commit 943e99576e

View File

@@ -47,5 +47,9 @@ jobs:
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -H 213.95.90.157 >> ~/.ssh/known_hosts
- name: Test SSH connection
run: |
ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=yes root@213.95.90.157 'echo SSH OK'
- name: Run Ansible deployment
run: ansible-playbook -i ansible/inventory.yaml site.yaml