mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 10:56:24 +00:00
feat: enviar cambios luego de commitearlos
This commit is contained in:
parent
ae79432278
commit
6bae3a68f1
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@ PostService = Struct.new(:site, :usuarie, :post, :params, keyword_init: true) do
|
|||
remove: action == :destroyed,
|
||||
message: I18n.t("post_service.#{action}",
|
||||
title: post&.title&.value))
|
||||
|
||||
GitPushJob.perform_later(site)
|
||||
end
|
||||
|
||||
# Solo permitir cambiar estos atributos de cada articulo
|
||||
|
|
Loading…
Reference in a new issue