Commit graph

4 commits

Author SHA1 Message Date
isUnknown
a30ad47a62 Fix deploy workflow: remove invalid regex pattern and create CSS directory
All checks were successful
Deploy / Deploy to pre-production (push) Successful in 6s
- Remove invalid `-x '*/.*'` pattern that caused regex error
- Add `mkdir -p assets/css` to create directory before uploading files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-18 18:06:26 +01:00
isUnknown
46f615c88c Fix CSS files upload path in deploy workflow
Some checks failed
Deploy / Deploy to pre-production (push) Failing after 5s
Replace cd/lcd/mput commands with put using full paths to ensure style.css and style.css.map are correctly uploaded to assets/css/ directory instead of root.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-18 18:03:45 +01:00
isUnknown
44257321ca Add Forgejo deploy workflow with selective sync
All checks were successful
Deploy / Deploy to pre-production (push) Successful in 7s
Configure automated deployment via FTP that mirrors all files except hidden ones, with special handling for assets/css to sync only compiled CSS files (style.css and style.css.map).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-18 17:55:51 +01:00
Julie Blanc
162cee6dc9 base 2025-12-16 18:00:01 +01:00