Today is the second time in just a few days (I had to deploy manually on Sep 18 to fix an issue that in hindsight might have needed a bit more investigation and is likely the very same issue as today) that the deployment failed in a strange way: the Playwright tests report an error in dark mode that is solely due to a missing CSS:
| Expected |
Actual |
 |
 |
And indeed, the Developer Tools report this:
GET https://git-scm.com/application.min.2d766985e4b24027125583b5ca0ebed493c4afa991a8bb022cef771ca8c5cce9.css [HTTP/2 404 11ms]
That URL indeed 404s, yet:
$ curl -s https://git-scm.com/ | grep application.*css
<link rel="stylesheet" href="/application.min.2d766985e4b24027125583b5ca0ebed493c4afa991a8bb022cef771ca8c5cce9.css" integrity="sha256-LXZpheSyQCcSVYO1yg6+1JPEr6mRqLsCLO93HKjFzOk=">
Something really strange is going on.