5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-17 08:36:38 +00:00

feat: enviar configuración luego de comitearla
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2023-08-16 17:35:33 -03:00
parent 6bae3a68f1
commit 5a004b1cad

View file

@ -97,6 +97,8 @@ SiteService = Struct.new(:site, :usuarie, :params, keyword_init: true) do
file: site.config.path, file: site.config.path,
message: I18n.t("site_service.#{action}", message: I18n.t("site_service.#{action}",
name: site.name)) name: site.name))
GitPushJob.perform_later(site)
end end
def add_role(temporal: true, rol: 'invitade') def add_role(temporal: true, rol: 'invitade')