Skip to content

feat: stop upptime from wiping our custom design every time it auto-deploys - #13

Merged
naymurdev merged 1 commit into
masterfrom
nr/config-driven-status-design
Aug 14, 2026
Merged

feat: stop upptime from wiping our custom design every time it auto-deploys#13
naymurdev merged 1 commit into
masterfrom
nr/config-driven-status-design

Conversation

@naymurdev

@naymurdev naymurdev commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Every time upptime's site workflow ran, it rebuilt the status page from scratch and overwrite 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.

Test plan

  • Merge and let site.yml rebuild gh-pages (or trigger it manually)
  • Confirm the live status page still matches the current design
  • Confirm the design survives the next scheduled/auto-deploy run without manual intervention

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>
@naymurdev
naymurdev force-pushed the nr/config-driven-status-design branch from 9489c6f to fe46976 Compare August 14, 2026 10:17
@naymurdev naymurdev changed the title feat: move custom status-page design into Upptime config so it survives auto-deploys Stop upptime from wiping our custom design every time it auto-deploys Aug 14, 2026
@naymurdev naymurdev changed the title Stop upptime from wiping our custom design every time it auto-deploys feat: stop upptime from wiping our custom design every time it auto-deploys Aug 14, 2026
@naymurdev
naymurdev merged commit fb46376 into master Aug 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant