ci: add OVERLEAF_ENABLE_GIT_SYNC to prod workflow inline deployment spec
Build and Deploy Verso / deploy (push) Successful in 1m3s
Build and Deploy Verso (prod) / deploy (push) Successful in 1m24s

The env var was in server-ce/k8s/verso-prod-app.yaml but the workflow
applies its own inline spec on each deploy, overwriting anything applied
manually. Same fix as was already done for the test workflow.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
claude
2026-06-24 07:50:52 +00:00
parent 500bf04f91
commit e35c8e7a45
+2
View File
@@ -331,6 +331,8 @@ jobs:
value: "true"
- name: OVERLEAF_LATEX_SHELL_ESCAPE
value: "true"
- name: OVERLEAF_ENABLE_GIT_SYNC
value: "true"
# (SMTP email vars are loaded below via envFrom.)
# SMTP for password-reset / invite emails. All
# OVERLEAF_EMAIL_* vars come from the optional 'verso-smtp'