Skip to content

Commit

Permalink
added rsync to the initial coleslawrc written by setup
Browse files Browse the repository at this point in the history
  • Loading branch information
guicho271828 committed Oct 27, 2019
1 parent dd53a77 commit a91dcc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/cli.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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\")
Expand Down

0 comments on commit a91dcc8

Please sign in to comment.