5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 06:54:17 +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 debf45b726
commit 2b340a4488

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?