Exclude any backup files and the .eldev directory
This commit is contained in:
parent
de402ded78
commit
f06d3ea47b
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue