1
0
Fork 0

PUBURL => PUBROOT

website
Mike Gerwitz 2012-01-10 00:39:22 -05:00
parent d7156405c1
commit f2ab096ee3
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ blog:
# publish webroot to remote server using rsync (do not delete files, since we
# may not have built everything)
publish: | default
@[ -n "$(PUBURL)" ] || ( echo "PUBURL not set; aborting." >&2 && false )
rsync -vr $(outdir)/./* "$(PUBURL)"
@[ -n "$(PUBROOT)" ] || ( echo "PUBROOT not set; aborting." >&2 && false )
rsync -vr $(outdir)/./* "$(PUBROOT)"
clean:
${RM} -r webroot