]> oss.titaniummirror.com Git - oss-web.git/commitdiff
make dry does a deploy dry run
authorR. Steve McKown <rsmckown@gmail.com>
Mon, 8 Aug 2011 01:20:07 +0000 (19:20 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Mon, 8 Aug 2011 01:20:07 +0000 (19:20 -0600)
Makefile

index 342b8ebe5e3b170477452a120e388a7ea9daab87..9d767ab055b28615024c770715e0a7c24388b403 100644 (file)
--- 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