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

el metodo es publico

This commit is contained in:
f 2022-04-06 20:18:29 -03:00
parent c2951c927b
commit 6ca6758a55

View file

@ -23,6 +23,10 @@ class DeployRsync < Deploy
end
end
def url
"https://#{user_host.last}"
end
private
# Verificar la conexión SSH implementando Trust On First Use
@ -93,8 +97,4 @@ class DeployRsync < Deploy
def source
site.deploys.find_by(type: 'DeployLocal').destination
end
def url
"https://#{user_host.last}"
end
end