From a91dcc8075e1dd1d4b48a6c2f7d07e409dced64e Mon Sep 17 00:00:00 2001 From: Masataro Asai Date: Sun, 27 Oct 2019 14:59:54 -0400 Subject: [PATCH] added rsync to the initial coleslawrc written by setup --- cli/cli.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/cli.lisp b/cli/cli.lisp index ab41e7f5..495581fd 100644 --- a/cli/cli.lisp +++ b/cli/cli.lisp @@ -43,6 +43,8 @@ (sitemap) (static-pages) ; (versioned) ;; *Remove comment to enable symlinked, timestamped deploys. + ;; default deploy method is rsync + (rsync \"-avz\" \"--delete\" \"--exclude\" \".git/\" \"--exclude\" \".gitignore\" \"--copy-links\") ) :sitenav ((:url \"http://~a.github.com/\" :name \"Home\") (:url \"http://twitter.com/~a\" :name \"Twitter\")