Update excluded files
This commit is contained in:
parent
a04cf86640
commit
ca5ed567ec
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
old/
|
||||
unused-pictures/
|
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…
Reference in a new issue