From e9d38ece4d1b2a8f32b52c4543d13268a178d1e4 Mon Sep 17 00:00:00 2001 From: Maxim Vershinin Date: Tue, 18 Aug 2026 21:22:38 +0400 Subject: [PATCH] CHANGE: removes unnecessary steps from the gitea action --- .gitea/workflows/deploy_new_config.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitea/workflows/deploy_new_config.yaml b/.gitea/workflows/deploy_new_config.yaml index a338fe7..5c8e5c7 100644 --- a/.gitea/workflows/deploy_new_config.yaml +++ b/.gitea/workflows/deploy_new_config.yaml @@ -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"