Add Makefile for deploys

I wasn't able to figure out how to get an include-list working, so for now we're using an exclude-list for rsync-able files
This commit is contained in:
Chandler Swift 2024-12-22 22:50:06 -06:00
parent c214a0aaa6
commit c1d0048639
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
.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/