This commit is contained in:
2026-02-28 01:33:25 +01:00
parent 8b45baf41c
commit 35ab4646ab

View File

@@ -269,7 +269,8 @@ deploy-all:
rules: rules:
- if: $CI_COMMIT_BRANCH == "main" - if: $CI_COMMIT_BRANCH == "main"
when: manual when: manual
needs: [publish-rag, publish-gateway, publish-analytics, publish-rag-view] allow_failure: true
needs: []
script: script:
- | - |
ssh $VPS_USER@$VPS_HOST << ENDSSH ssh $VPS_USER@$VPS_HOST << ENDSSH