From 7773c97b0aceee2d96c7b619998bc8f587df001c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20Falco=CC=81n?= Date: Wed, 26 Nov 2025 13:05:05 +0100 Subject: [PATCH] Add retry mechanism to GitHub Actions workflow --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99f77b7c..529207dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,6 +96,11 @@ jobs: - name: Trigger deployment run: | response=$(curl -s -w "\n%{http_code}" \ + --connect-timeout 30 \ + --max-time 120 \ + --retry 3 \ + --retry-delay 5 \ + --retry-connrefused \ -H "Authorization: Bearer ${{ secrets.DEPLOYMENT_TOKEN }}" \ "http://147.93.126.54:8000/api/v1/deploy?uuid=ww00sswosco8w80k08c0occ8&force=false")