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:
parent
c214a0aaa6
commit
c1d0048639
1 changed files with 7 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal 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/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue