Compare commits

..

3 commits

Author SHA1 Message Date
isUnknown
64daeb546c revert(ci): restore original deploy.yml
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 21s
The real fix was in .gitignore (dist → /dist) so panel/dist
is now properly tracked. The CI workarounds are no longer needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 17:25:32 +01:00
isUnknown
d3feb11628 fix(ci): assemble dist/ from public/ before FTP deploy
npm run build only outputs assets/dist/ (Vite JS/CSS).
Add an explicit step to copy kirby/, vendor/, site/, assets/fonts+svg
and index.php from public/ into dist/ so the FTP mirrors have
the correct source. Also removes the wrong panel/ workaround.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 17:18:54 +01:00
isUnknown
bb1a48f3d6 fix(ci): exclude kirby/panel/dist from FTP --delete
The panel/dist is compiled by Kirby and not in the repo.
The mirror --delete was wiping it on every deploy.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 17:13:25 +01:00

Diff content is not available