Exclude any backup files and the .eldev directory

This commit is contained in:
Tom Willemse 2022-03-20 21:25:49 -07:00
parent de402ded78
commit f06d3ea47b

View file

@ -5,6 +5,7 @@ publish: html css
deploy: deploy:
@[[ -e public/index.html ]] || (echo "Run make publish before deploy" && exit 1) @[[ -e public/index.html ]] || (echo "Run make publish before deploy" && exit 1)
rsync --rsh="ssh -p 4511" --verbose --checksum --recursive --delete \ rsync --rsh="ssh -p 4511" --verbose --checksum --recursive --delete \
--exclude '*~' --exclude '.eldev' --delete-excluded \
public/ ryuslash.org:ryuslash-next/ public/ ryuslash.org:ryuslash-next/
html: html: