mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 05:16:22 +00:00
fix: ir al contenedor de rsyncd
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
4f74c6f6ca
commit
f1e53c04db
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ SiteService = Struct.new(:site, :usuarie, :params, keyword_init: true) do
|
|||
# Crea los deploys necesarios para sincronizar a otros nodos de Sutty
|
||||
def sync_nodes
|
||||
Rails.application.nodes.each do |node|
|
||||
site.deploys.build(type: 'DeployFullRsync', destination: "rsync://#{node}/deploys/")
|
||||
site.deploys.build(type: 'DeployFullRsync', destination: "rsync://rsyncd.#{node}/deploys/")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue