From 35ab4646ab3f4c474f095b9beea6aee8f8033588 Mon Sep 17 00:00:00 2001 From: balex Date: Sat, 28 Feb 2026 01:33:25 +0100 Subject: [PATCH] fix log --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78f0f20..0298d57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -269,7 +269,8 @@ deploy-all: rules: - if: $CI_COMMIT_BRANCH == "main" when: manual - needs: [publish-rag, publish-gateway, publish-analytics, publish-rag-view] + allow_failure: true + needs: [] script: - | ssh $VPS_USER@$VPS_HOST << ENDSSH