Commit Graph

2 Commits

Author SHA1 Message Date
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