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: |