]> gitweb.fluxo.info Git - hydra.git/commitdiff
Deploy: better rsync excludes
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 20 Oct 2015 19:20:57 +0000 (17:20 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 20 Oct 2015 19:20:57 +0000 (17:20 -0200)
lib/hydra/deploy

index f82c1159ed373ac0b22518a030ebf74894c25b6d..ba661525c9f328c134ef2a5f32e8d7f1efec1e6c 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=hiera/secrets --delete --rsync-path"
+  DEPLOY_RSYNC="rsync -CrltDv --no-perms --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=hiera/secrets --delete --rsync-path"
   RSYNC_PATH="rsync"
   COPY_PATH=""