8 lines
215 B
Makefile
8 lines
215 B
Makefile
|
.PHONY: deploy
|
||
|
deploy:
|
||
|
rsync --archive --verbose --delete --no-i-r --info=progress2 \
|
||
|
--exclude=unused-pictures/ \
|
||
|
--exclude=.git/ \
|
||
|
--exclude=Makefile \
|
||
|
./ bert:/srv/www/katherineandchandler.com/2024/ireland/
|