ci: add OVERLEAF_ENABLE_GIT_SYNC to test deployment env
Build and Deploy Verso / deploy (push) Successful in 1m25s

The flag was added to the prod k8s manifest but missing from the
inline deployment spec in the test workflow — causing the Integrations
tab to stay hidden in the test environment.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
claude
2026-06-23 20:31:23 +00:00
co-authored by Claude Sonnet 4.6
parent a17d21c0ca
commit 44a9adcea1
+2
View File
@@ -304,6 +304,8 @@ jobs:
value: "true"
- name: OVERLEAF_LATEX_SHELL_ESCAPE
value: "true"
- name: OVERLEAF_ENABLE_GIT_SYNC
value: "true"
---
apiVersion: v1
kind: Service