mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
deploy: exclude posterg.db, theses/, covers/ from rsync to avoid overwriting remote data
This commit is contained in:
6
TODO.md
6
TODO.md
@@ -26,6 +26,12 @@
|
|||||||
- [x] Fix CSRF debug: log both tokens on mismatch
|
- [x] Fix CSRF debug: log both tokens on mismatch
|
||||||
- [x] Fix undefined `$redirect` on success path in `formulaire.php`
|
- [x] Fix undefined `$redirect` on success path in `formulaire.php`
|
||||||
|
|
||||||
|
## Deploy — Preserve Remote Data
|
||||||
|
|
||||||
|
- [x] Exclude `storage/posterg.db` from rsync (not sent locally, not deleted remotely)
|
||||||
|
- [x] Exclude `storage/theses/` from rsync (not sent locally, not deleted remotely)
|
||||||
|
- [x] Exclude `storage/covers/` from rsync (not sent locally, not deleted remotely)
|
||||||
|
|
||||||
## File Display in Forms & Recaps
|
## File Display in Forms & Recaps
|
||||||
|
|
||||||
- [x] Add live file preview to `file-field.php` partial (`data-preview` attribute + `.file-preview-list` container)
|
- [x] Add live file preview to `file-field.php` partial (`data-preview` attribute + `.file-preview-list` container)
|
||||||
|
|||||||
3
justfile
3
justfile
@@ -39,6 +39,9 @@ deploy:
|
|||||||
--exclude '.claude' \
|
--exclude '.claude' \
|
||||||
--exclude '.pi' \
|
--exclude '.pi' \
|
||||||
--exclude '.DS_Store' \
|
--exclude '.DS_Store' \
|
||||||
|
--exclude 'storage/posterg.db' \
|
||||||
|
--exclude 'storage/theses' \
|
||||||
|
--exclude 'storage/covers' \
|
||||||
--exclude 'storage/backup_*' \
|
--exclude 'storage/backup_*' \
|
||||||
--exclude 'storage/cache/*' \
|
--exclude 'storage/cache/*' \
|
||||||
--exclude 'storage/fixtures' \
|
--exclude 'storage/fixtures' \
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user