From 2730ee80d557c8684916750896e777888692932b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 16 May 2024 21:13:32 -0300 Subject: Fix: deploy: DEPLOY_RSYNC: exclude logs --- lib/hydra/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hydra') diff --git a/lib/hydra/deploy b/lib/hydra/deploy index dc4a7eb..9f1a0ba 100644 --- a/lib/hydra/deploy +++ b/lib/hydra/deploy @@ -6,7 +6,7 @@ function hydra_deploy_setup { # Exclude eventual keys and version control files #DEPLOY_DEPENDENCIES="puppet-common ruby-sqlite3 ruby-activerecord ruby-activerecord-deprecated-finders augeas-tools" DEPLOY_DEPENDENCIES="git rsync puppet hiera-eyaml python3" - DEPLOY_RSYNC="rsync -CrltDvpq --no-owner --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=config/secrets --delete --rsync-path" + DEPLOY_RSYNC="rsync -CrltDvpq --no-owner --exclude=/ssl --exclude=logs --exclude=keys --exclude=site_keys --exclude=config/secrets --delete --rsync-path" RSYNC_PATH="rsync -q" # Ensure keystore existence -- cgit v1.2.3