From 890fb0e693ea81dd3295ff8aebf4b88e865e3542 Mon Sep 17 00:00:00 2001 From: Deeman Date: Sat, 28 Feb 2026 23:36:19 +0100 Subject: [PATCH] fix(supervisor): disable SUPERVISOR_GIT_PULL until deploy.sh is set up --- infra/supervisor/beanflows-supervisor.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/supervisor/beanflows-supervisor.service b/infra/supervisor/beanflows-supervisor.service index c53e978..2ceaae5 100644 --- a/infra/supervisor/beanflows-supervisor.service +++ b/infra/supervisor/beanflows-supervisor.service @@ -15,7 +15,7 @@ Environment=PATH=/home/beanflows_service/.local/bin:/usr/local/bin:/usr/bin:/bin Environment=LANDING_DIR=/data/beanflows/landing Environment=DUCKDB_PATH=/data/beanflows/lakehouse.duckdb Environment=SERVING_DUCKDB_PATH=/data/beanflows/analytics.duckdb -Environment=SUPERVISOR_GIT_PULL=1 +# Environment=SUPERVISOR_GIT_PULL=1 # Uncomment once deploy.sh + blue/green is set up # Resource limits LimitNOFILE=65536