mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 18:56:21 +00:00
fix: hacer el deploy cuando el sitio ya está guardado #12276
This commit is contained in:
parent
6e100d8954
commit
661655abb5
1 changed files with 2 additions and 3 deletions
|
@ -30,10 +30,9 @@ SiteService = Struct.new(:site, :usuarie, :params, keyword_init: true) do
|
||||||
site.reset.nil? &&
|
site.reset.nil? &&
|
||||||
add_licencias &&
|
add_licencias &&
|
||||||
add_code_of_conduct &&
|
add_code_of_conduct &&
|
||||||
add_privacy_policy
|
add_privacy_policy &&
|
||||||
end
|
|
||||||
|
|
||||||
deploy
|
deploy
|
||||||
|
end
|
||||||
|
|
||||||
site
|
site
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue