]> gitweb.fluxo.info Git - hydra.git/commitdiff
Deploy: rsync: preserve permissions
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Oct 2015 16:14:57 +0000 (14:14 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Oct 2015 16:14:57 +0000 (14:14 -0200)
lib/hydra/deploy

index 68ec9b0ef6da94beffaab29d6f4b7220f9ca44e1..05705f650ac3bd75cb64284bd58e6b0ba667e994 100644 (file)
@@ -5,7 +5,7 @@ function hydra_deploy_setup {
   # Common parameters
   # Exclude eventual keys and version control files
   DEPLOY_DEPENDENCIES="puppet ruby-sqlite3 ruby-activerecord ruby-activerecord-deprecated-finders"
-  DEPLOY_RSYNC="rsync -CrltDv --no-perms --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=hiera/secrets --delete --rsync-path"
+  DEPLOY_RSYNC="rsync -CrltDvp --no-owner --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=hiera/secrets --delete --rsync-path"
   RSYNC_PATH="rsync"
   COPY_PATH=""