revert(build): drop ineffective per-commit cache-bust (#219)

SOURCE_COMMIT isn't substituted into docker-compose build args by Coolify
(resolved to a constant "unknown"), so the cache-bust never fired. Removing the
dead ARG/RUN + compose arg. Web-only deploys use a Coolify force-rebuild instead.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-14 08:13:44 +03:00
parent edcd168d48
commit 6de7839107
2 changed files with 0 additions and 11 deletions

View File

@@ -15,9 +15,6 @@ services:
- VITE_SENTRY_DSN=${VITE_SENTRY_DSN:-}
- VITE_SENTRY_ENVIRONMENT=${VITE_SENTRY_ENVIRONMENT:-production}
- VITE_SENTRY_RELEASE=${VITE_SENTRY_RELEASE:-}
# Per-commit cache-bust (see Dockerfile) — Coolify substitutes the SHA so
# every commit rebuilds the bundle instead of reusing a stale cached layer.
- SOURCE_COMMIT=${SOURCE_COMMIT:-unknown}
- VITE_GOOGLE_ADS_ID=${VITE_GOOGLE_ADS_ID:-}
- VITE_GOOGLE_ADS_SIGNUP_LABEL=${VITE_GOOGLE_ADS_SIGNUP_LABEL:-}
environment: