5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 06:04:17 +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,11 +30,10 @@ SiteService = Struct.new(:site, :usuarie, :params, keyword_init: true) do
site.reset.nil? &&
add_licencias &&
add_code_of_conduct &&
add_privacy_policy
add_privacy_policy &&
deploy
end
deploy
site
end