mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 14:31:42 +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,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
|
||||
|
||||
|
|
Loading…
Reference in a new issue