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

This commit is contained in:
sotos
2025-12-16 11:54:33 +01:00
parent 86ce2e9a64
commit c46887aace

View File

@@ -39,5 +39,13 @@ jobs:
pip3 install --upgrade pip
pip3 install ansible
- name: Setup SSH
run: |
mkdir -p ~/.ssh
echo "${{ SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -H 213.95.90.157 >> ~/.ssh/known_hosts
- name: Run Ansible deployment
run: ansible-playbook -i ansible/inventory.yaml site.yaml
run: ansible-playbook -i ansible/inventory.yaml site.yaml