mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 04:46:21 +00:00
el metodo es publico
This commit is contained in:
parent
c2951c927b
commit
6ca6758a55
1 changed files with 4 additions and 4 deletions
|
@ -23,6 +23,10 @@ class DeployRsync < Deploy
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def url
|
||||||
|
"https://#{user_host.last}"
|
||||||
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
# Verificar la conexión SSH implementando Trust On First Use
|
# Verificar la conexión SSH implementando Trust On First Use
|
||||||
|
@ -93,8 +97,4 @@ class DeployRsync < Deploy
|
||||||
def source
|
def source
|
||||||
site.deploys.find_by(type: 'DeployLocal').destination
|
site.deploys.find_by(type: 'DeployLocal').destination
|
||||||
end
|
end
|
||||||
|
|
||||||
def url
|
|
||||||
"https://#{user_host.last}"
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue