mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-26 11:46:22 +00:00
fix: obtener los links luego de la publicación
This commit is contained in:
parent
dba55a7cbe
commit
5dddc93736
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