Skip to content

Commit fe46976

Browse files
naymurdevclaude
andcommitted
Stop upptime from wiping our custom design every time it auto-deploys
Every time upptime's site workflow ran, it rebuilt the status page from scratch and overwrote whatever design changes we'd made directly on the gh-pages branch, so someone had to keep manually re-applying the design after every bot commit. Turns out upptime copies anything in assets/ straight into the built site, and .upptimerc.yml can inject custom CSS/JS through it. So instead of hand-editing the generated output, our global.css, theme colors, and the status-icon-fix script now live in assets/ and get pulled in on every rebuild automatically - no more manual restoring after each deploy. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent f5f8a1b commit fe46976

7 files changed

Lines changed: 1128 additions & 1 deletion

File tree

.upptimerc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ status-website:
99
cname: status.commandcode.ai
1010
logoUrl: https://raw.githubusercontent.com/CommandCodeAI/docs-images/refs/heads/main/design/logo/logo-symbol.svg
1111
faviconSvg: https://raw.githubusercontent.com/CommandCodeAI/commandcode-status/master/assets/favicon.svg
12-
name: Command Code Status
12+
name: Status
1313
navbar:
1414
- title: Command Code
1515
href: https://commandcode.ai
1616
- title: Status
1717
href: /
1818
- title: Subscribe on GitHub
1919
href: https://github.com/$OWNER/$REPO/issues
20+
customBodyHtml: |
21+
<script src="/status-icon-fix.js"></script>
2022
i18n:
2123
footer: ''

0 commit comments

Comments
 (0)