ci: add OVERLEAF_ENABLE_GIT_SYNC to test deployment env
Build and Deploy Verso / deploy (push) Successful in 1m25s
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:
co-authored by
Claude Sonnet 4.6
parent
a17d21c0ca
commit
44a9adcea1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user