From 4708b04482850a0a77b4fcc70a39121a32d3e7c4 Mon Sep 17 00:00:00 2001 From: Gelu Date: Mon, 24 Aug 2026 11:25:14 +0000 Subject: [PATCH] chore: note the first myAi deploy with the Watchtower trigger configured Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01WpTYCBLH58XzrM7n3xPJ5N --- web/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/web/Dockerfile b/web/Dockerfile index b2cb257..fb1f2d9 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -23,6 +23,7 @@ COPY --from=build /app/publish . # throughout the month production was quietly serving staging images. A status check # cannot tell one build from another; /version.json can, so the smoke job refuses to # pass until the host is actually serving THIS commit. +# Deploy-timing probe 2026-08-24: first myAi deploy with the Watchtower trigger configured. ARG GIT_SHA=unknown RUN mkdir -p wwwroot && printf '{"version":"%s"}' "$GIT_SHA" > wwwroot/version.json ENTRYPOINT ["dotnet", "web.dll"] \ No newline at end of file