5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-05 15:26:56 +00:00

Merge branch 'issue-159' into panel.sutty.nl

This commit is contained in:
f 2023-04-03 13:08:14 -03:00
commit 642730a010

View file

@ -31,11 +31,10 @@ 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 &&
deploy
end end
deploy
site site
end end