Compare commits

..

1 Commits

Author SHA1 Message Date
Râu Cao a7e04f4e63
Exclude lndhub backups in dev 2022-12-23 14:17:43 +07:00
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ firewall_rule 'lndhub_private' do
command :allow
end
return unless node.chef_environment == "development"
return if node.chef_environment == "development"
node.override["backup"]["archives"]["lndhub"] = ["/var/lib/redis/dump-6379.rdb"]
include_recipe "backup"