5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 20:45:47 +00:00

fix: crear el sitio remoto si no se pudo crear antes

This commit is contained in:
f 2023-03-17 17:37:48 -03:00
parent f2e79a733d
commit 0c674d6ca1

View file

@ -27,6 +27,11 @@ class DeployDistributedPress < Deploy
time_start
if remote_site_id.blank? || remote_info['njalla'].blank?
create_remote_site!
save
end
site_client.tap do |c|
stdout = Thread.new(publisher.logger_out) do |io|
until io.eof?