2024-12-22 22:50:06 -06:00
|
|
|
.PHONY: deploy
|
|
|
|
deploy:
|
2025-01-04 14:47:29 -06:00
|
|
|
rsync --archive --verbose --delete --delete-excluded --no-i-r --info=progress2 \
|
|
|
|
--exclude-from=.gitignore \
|
2024-12-22 22:50:06 -06:00
|
|
|
--exclude=.git/ \
|
2025-01-04 14:47:29 -06:00
|
|
|
--exclude=.gitignore \
|
2024-12-22 22:50:06 -06:00
|
|
|
--exclude=Makefile \
|
2025-01-04 14:47:29 -06:00
|
|
|
--exclude=README.md \
|
2024-12-22 22:50:06 -06:00
|
|
|
./ bert:/srv/www/katherineandchandler.com/2024/ireland/
|