aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/deploy
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-20 17:20:57 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-20 17:20:57 -0200
commit5913f15132ce69dda1c7af04fd0c83b573f7171d (patch)
tree8474bb1c79278c3ad051c6dd3e1af76eb2bc661a /lib/hydra/deploy
parenta5eb4107ec68723aa757cc54f4b6b83c809f954b (diff)
downloadhydra-5913f15132ce69dda1c7af04fd0c83b573f7171d.tar.gz
hydra-5913f15132ce69dda1c7af04fd0c83b573f7171d.tar.bz2
Deploy: better rsync excludes
Diffstat (limited to 'lib/hydra/deploy')
-rw-r--r--lib/hydra/deploy2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hydra/deploy b/lib/hydra/deploy
index f82c115..ba66152 100644
--- a/lib/hydra/deploy
+++ b/lib/hydra/deploy
@@ -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=""