From: R. Steve McKown Date: Mon, 8 Aug 2011 01:20:07 +0000 (-0600) Subject: make dry does a deploy dry run X-Git-Url: https://oss.titaniummirror.com/gitweb?p=oss-web.git;a=commitdiff_plain;h=69e820aed1865b01072fa45f5ac05b507dee0200 make dry does a deploy dry run --- diff --git a/Makefile b/Makefile index 342b8eb..9d767ab 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,9 @@ realclean: clean deploy: rsync -avz --delete out/ $(deployurl) +dry: + rsync --dry-run -avz --delete out/ $(deployurl) + # Automatically create webber.conf: ifeq ($(wildcard webber.conf),) webber.conf: in/webber.conf