mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 14:51:41 +00:00
fix: obtener los links luego de la publicación
This commit is contained in:
parent
943bf7b5bd
commit
a56acfd6da
1 changed files with 5 additions and 3 deletions
|
@ -52,10 +52,12 @@ class DeployDistributedPress < Deploy
|
|||
end
|
||||
end
|
||||
|
||||
status = c.publish(publishing_site, deploy_local.destination)
|
||||
|
||||
if status
|
||||
self.remote_info[:distributed_press] = c.show(publishing_site).to_h
|
||||
save
|
||||
|
||||
status = c.publish(publishing_site, deploy_local.destination)
|
||||
end
|
||||
|
||||
publisher.logger.close
|
||||
stdout.join
|
||||
|
|
Loading…
Reference in a new issue