mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 05:13:39 +00:00
fix: social inbox va despues de local
This commit is contained in:
parent
bf60726299
commit
745c4576de
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ require 'distributed_press/v1/social/client'
|
||||||
# Publicar novedades al Fediverso
|
# Publicar novedades al Fediverso
|
||||||
class DeploySocialDistributedPress < Deploy
|
class DeploySocialDistributedPress < Deploy
|
||||||
# Solo luego de publicar remotamente
|
# 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
|
# Envía las notificaciones
|
||||||
def deploy(output: false)
|
def deploy(output: false)
|
||||||
|
|
Loading…
Reference in a new issue