Commit Graph

4 Commits

Author SHA1 Message Date
Matt Hill
bcf8803343 fix proxy.pac deployment and clean up dead passthroughs
- Add post-build step to copy proxy.pac into _site/assets/ since the
  Slinkity production build crashes before passthrough copies complete
- Remove dead videos passthrough (directory doesn't exist)
- Remove redundant images passthrough (Vite handles these via imports)
- Format .eleventy.js (consistent quotes, semicolons, trailing newline)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 13:46:19 -06:00
Matt Hill
7baca0d2e7 fix deploy: use org-level DOCS_DEPLOY_KEY secret
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 09:28:06 -07:00
Matt Hill
303ba2ab22 fix deploy workflow: handle slinkity exit code bug
Slinkity exits with code 1 due to a known rename race condition, even
though the build output is generated correctly. Work around it by
verifying _site/index.html exists after the build.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 09:17:56 -07:00
Matt Hill
34d97f372a add CI/CD workflow to build and deploy site to VPS
Builds with slinkity and rsyncs _site/ to /var/www/html/start9.com/ on push to master.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 09:14:03 -07:00