5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-30 02:46:21 +00:00

Merge branch 'rails' into production.panel.sutty.nl

This commit is contained in:
f 2024-10-31 09:33:46 -03:00
commit e4ddfc06ff
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -495,7 +495,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.7)
rexml (3.3.9)
rgl (0.6.3)
pairing_heap (>= 0.3.0)
rexml (~> 3.2, >= 3.2.4)

View file

@ -5,7 +5,7 @@ require 'distributed_press/v1/social/client'
# Publicar novedades al Fediverso
class DeploySocialDistributedPress < Deploy
# Solo luego de publicar remotamente
DEPENDENCIES = %i[deploy_distributed_press deploy_rsync deploy_full_rsync].freeze
DEPENDENCIES = %i[deploy_local deploy_distributed_press deploy_rsync deploy_full_rsync].freeze
# Envía las notificaciones
def deploy(output: false)