chore: remove deploy.sh from workflow
All checks were successful
Deploy / Prepare Build (push) Successful in 6m40s

This commit is contained in:
2025-10-12 16:33:46 +10:00
parent 3f21d2211d
commit 084e8dbd5f

View File

@@ -26,4 +26,5 @@ jobs:
echo "StrictHostKeyChecking no" >> ~/.ssh/config
echo "${{ secrets.ANSIBLE_VAULT_PASSWORD }}" > ~/.vault_password.txt
echo "nameserver 10.10.10.1" > /etc/resolv.conf
./.gitea/workflows/deploy.sh "${{ github.event.before }}" "${{ github.sha }}"
ansible-galaxy install -r requirements.yml
ansible-playbook main.yml --vault-password-file ~/.vault_password.txt