CHANGE: removes unnecessary steps from the gitea action
Deploy new config to the Ansible server / trigger-webhook (pull_request) Successful in 14s

This commit is contained in:
2026-08-18 21:22:38 +04:00
parent 04894aef9f
commit e9d38ece4d
+1 -7
View File
@@ -16,12 +16,6 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Trigger the webhook to start pulling the latest version from the repo
# LAN IP is used because those hosts are in the same network
run: curl "http://192.168.0.38:9000/hooks/pull-latest"
- name: Trigger the webhook to update python and ansible modules
run: curl "http://192.168.0.38:9000/hooks/run-update-script"
- name: Trigger the webhook to run the playbook
# LAN IP is used because those hosts are in the same network
run: curl "http://192.168.0.38:9000/hooks/run-maintain-playbook"