fix(supervisor): disable SUPERVISOR_GIT_PULL until deploy.sh is set up
Some checks failed
CI / test-cli (push) Failing after 9s
CI / test-sqlmesh (push) Failing after 9s
CI / test-web (push) Successful in 14s
CI / tag (push) Has been skipped

This commit is contained in:
Deeman
2026-02-28 23:36:19 +01:00
parent 260c9058b3
commit 890fb0e693

View File

@@ -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