ci: add OVERLEAF_ENABLE_GIT_SYNC to prod workflow inline deployment spec
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user