diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-05-16 21:13:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-05-16 21:13:32 -0300 |
commit | 2730ee80d557c8684916750896e777888692932b (patch) | |
tree | 851d1187484687fcee4aa7ceabb0ceae8bfc5079 /lib | |
parent | 514c6d120f333090a8dbea0e5876ac3967ff7f80 (diff) | |
download | hydra-2730ee80d557c8684916750896e777888692932b.tar.gz hydra-2730ee80d557c8684916750896e777888692932b.tar.bz2 |
Fix: deploy: DEPLOY_RSYNC: exclude logs
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/deploy | 2 |
1 files changed, 1 insertions, 1 deletions
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 |