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:
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