mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
exclude maintenance.flag from rsync deploy and git
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@ app/storage/test.db
|
||||
|
||||
### Logs ###
|
||||
error.log
|
||||
app/storage/maintenance.flag
|
||||
app/storage/cache/*
|
||||
!app/storage/cache/.gitkeep
|
||||
app/storage/covers/*
|
||||
|
||||
1
TODO.md
1
TODO.md
@@ -97,3 +97,4 @@
|
||||
- [x] Replace old button definitions in admin.css, form.css, tfe.css, file-access.css, system.css with empty alias comments
|
||||
- [x] Update all PHP templates to use new `.btn` classes (`btn btn--primary`, `btn btn--secondary`, `btn btn--danger`, etc.)
|
||||
- [x] Update border-radius on pagination buttons to 10px for consistency
|
||||
- [x] Exclude `storage/maintenance.flag` from rsync deploy and git
|
||||
|
||||
2
justfile
2
justfile
@@ -14,6 +14,7 @@ setup:
|
||||
[group('dev')]
|
||||
serve: migrate
|
||||
@xdg-open http://127.0.0.1:8000 &
|
||||
@xdg-open http://127.0.0.1:8000/admin/ &
|
||||
@php \
|
||||
-d upload_max_filesize=512M \
|
||||
-d post_max_size=520M \
|
||||
@@ -53,6 +54,7 @@ deploy:
|
||||
--exclude 'storage/covers' \
|
||||
--exclude 'storage/backup_*' \
|
||||
--exclude 'storage/cache/*' \
|
||||
--exclude 'storage/maintenance.flag' \
|
||||
--exclude 'storage/fixtures' \
|
||||
--exclude 'storage/docs' \
|
||||
--exclude 'var/cache/*' \
|
||||
|
||||
Reference in New Issue
Block a user