Compare commits
15 Commits
main
..
7d80a73b34
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d80a73b34 | |||
| 8d6888ab86 | |||
| 642c671091 | |||
| 8441d0632e | |||
| c2f2f9bd5b | |||
| 9a33dc019a | |||
| 1920885835 | |||
| eb83d28ed5 | |||
| b6d9aea3bc | |||
| 2b9132a3a9 | |||
| e5bf56cc4d | |||
| 8f58708cd9 | |||
| 06dd0140d6 | |||
| 0aee7c4ed6 | |||
| cd661fe613 |
@@ -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"]
|
||||
Reference in New Issue
Block a user