Commit Graph

3 Commits

Author SHA1 Message Date
ejlewis e044141043 ci: pushover notification on success too
ci/woodpecker/push/woodpecker Pipeline was successful
Single notify step now runs for both success and failure
(when.status: [success, failure]), branching on
CI_PIPELINE_STATUS for the title. Success uses Pushover
priority -1 (quiet) so passing-build pings don't alert at
night; failures stay at priority 0 (default).
2026-05-09 11:50:28 -05:00
ejlewis c0061491ab ci: pushover notification on pipeline failure
ci/woodpecker/push/woodpecker Pipeline was successful
Uses pushover_token and pushover_user secrets configured in Woodpecker.
Step runs only on failure (when.status: failure) so successful runs stay
quiet. Message includes branch, commit message, and a link back to the
pipeline.
2026-05-09 11:47:50 -05:00
ejlewis e31bf0fbff chore: standalone Halfstreet repo scaffolding
ci/woodpecker/manual/woodpecker Pipeline failed
- package.json: drop @astrojs/sitemap, fontsource fonts, wrangler,
  @cloudflare/workers-types, tsx, spotify scripts. Keep astro/yaml/zod
  + vitest/typescript/@astrojs/check/@types/node. Add GPL-3.0-or-later.
- astro.config.mjs: drop sitemap integration, sharp image config; set
  site to halfstreet.io.
- tsconfig.json: drop cloudflare-workers-types, drop functions/scripts
  from include.
- .gitignore: cloudflare-free; Obsidian workspace cache rules updated
  to post-rename src/world/.obsidian/ paths.
- README.md: stack, layout, design-doc index, license note.
- .woodpecker.yml: install + npm test + npm run build pipeline.
2026-05-09 11:36:19 -05:00