Update excluded files
This commit is contained in:
parent
a04cf86640
commit
ca5ed567ec
2 changed files with 6 additions and 2 deletions
6
Makefile
6
Makefile
|
|
@ -1,7 +1,9 @@
|
|||
.PHONY: deploy
|
||||
deploy:
|
||||
rsync --archive --verbose --delete --no-i-r --info=progress2 \
|
||||
--exclude=unused-pictures/ \
|
||||
rsync --archive --verbose --delete --delete-excluded --no-i-r --info=progress2 \
|
||||
--exclude-from=.gitignore \
|
||||
--exclude=.git/ \
|
||||
--exclude=.gitignore \
|
||||
--exclude=Makefile \
|
||||
--exclude=README.md \
|
||||
./ bert:/srv/www/katherineandchandler.com/2024/ireland/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue