5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-03-19 07:28:20 +00:00

Merge branch 'issue-14339' into production.panel.sutty.nl

This commit is contained in:
f 2024-03-27 13:40:52 -03:00
commit f4dfcc5bab
No known key found for this signature in database

View file

@ -6,6 +6,14 @@ class GitPushJob < ApplicationJob
# @param :site [Site]
# @return [nil]
def perform(site)
site.repository.push if site.repository.origin
site.repository.push if site.repository.origin
end
end
# Reportar una sola vez para que podamos resolver el problema, pero
# reportarlo igual.
#
# @return [Bool]
def handle_error(error)
expire
end
end