added rsync example

This commit is contained in:
nuex 2011-10-04 16:11:21 -04:00
parent c2aafa2d8b
commit fa75296331

View File

@ -1,2 +1,8 @@
COMPILED = www
SSH_TARGET = "someone@somewhere:/my/website/"
all: all:
zod site www zod site www
sync: all
rsync -avP -e ssh ${COMPILED} ${SSH_TARGET}