From 6467a58011631de428969ac696594681900c5086 Mon Sep 17 00:00:00 2001 From: plf1996 Date: Tue, 16 Jun 2026 16:40:53 +0800 Subject: [PATCH] ci: add sleep to avoid rate limit --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ccf93ae..e727003 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Deploy run: | - k3s kubectl rollout restart deployment/fastapi-app -n fastapi-demo + sleep 2 && k3s kubectl rollout restart deployment/fastapi-app -n fastapi-demo || true - name: Health Check run: |