5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-04 23:06:57 +00:00

Merge branch 'deploy-reindex' into issue-10464

This commit is contained in:
f 2023-03-18 16:38:30 -03:00
commit bf29d72301
4 changed files with 47 additions and 0 deletions

View file

@ -0,0 +1,38 @@
# frozen_string_literal: true
# Reindexa los artículos al terminar la compilación
class DeployReindex < Deploy
def deploy
time_start
site.reset
Site.transaction do
site.indexed_posts.destroy_all
site.index_posts!
end
time_stop
build_stats.create action: 'reindex',
log: 'Reindex',
seconds: time_spent_in_seconds,
bytes: size,
status: true
site.touch
end
def size
0
end
def limit
1
end
def hostname; end
def url; end
def destination; end
end

View file

@ -0,0 +1 @@
-# NADA

View file

@ -113,6 +113,10 @@ en:
title: Distributed Web
success: Success!
error: Error
deploy_reindex:
title: Reindex
success: Success!
error: Error
help: You can contact us by replying to this e-mail
maintenance_mailer:
notice:

View file

@ -113,6 +113,10 @@ es:
title: Web distribuida
success: ¡Éxito!
error: Hubo un error
deploy_reindex:
title: Reindexación
success: ¡Éxito!
error: Hubo un error
help: Por cualquier duda, responde este correo para contactarte con nosotres.
maintenance_mailer:
notice: