Skip to content

Commit 9489c6f

Browse files
naymurdevclaude
andcommitted
Move custom status-page design into Upptime config so it survives auto-deploys
Upptime's site.yml rebuilds and force-deploys the whole static site on a schedule, which was wiping out design changes made directly to the built gh-pages output. assets/ contents are copied verbatim over the generated site on every build, so placing the custom global.css, theme CSS, and status-icon-fix.js there (wired up via .upptimerc.yml) makes the design part of the generated output instead of something to manually restore. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent f5f8a1b commit 9489c6f

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)