From aa8ad6d106e678bb97190d04c0c56b216706798a Mon Sep 17 00:00:00 2001 From: justin Date: Mon, 27 Apr 2026 07:57:14 -0500 Subject: [PATCH] Use --no-cache in deploy to prevent stale Docker builds Docker layer caching was serving old site content after git pull because file timestamps didn't change enough to bust the cache. Co-Authored-By: Claude Opus 4.6 (1M context) --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 0953f05..e2088b8 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -56,7 +56,7 @@ ssh -p "${SSH_PORT}" "${SERVER}" bash <