5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 16:51:41 +00:00

fix: hacer el deploy cuando el sitio ya está guardado #12276

This commit is contained in:
f 2023-03-30 13:51:09 -03:00
parent 6e100d8954
commit 661655abb5

View file

@ -30,10 +30,9 @@ SiteService = Struct.new(:site, :usuarie, :params, keyword_init: true) do
site.reset.nil? &&
add_licencias &&
add_code_of_conduct &&
add_privacy_policy
end
add_privacy_policy &&
deploy
end
site
end