mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 16:11:42 +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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
status = c.publish(publishing_site, deploy_local.destination)
|
||||||
|
|
||||||
|
if status
|
||||||
self.remote_info[:distributed_press] = c.show(publishing_site).to_h
|
self.remote_info[:distributed_press] = c.show(publishing_site).to_h
|
||||||
save
|
save
|
||||||
|
end
|
||||||
status = c.publish(publishing_site, deploy_local.destination)
|
|
||||||
|
|
||||||
publisher.logger.close
|
publisher.logger.close
|
||||||
stdout.join
|
stdout.join
|
||||||
|
|
Loading…
Reference in a new issue