mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 20:16:23 +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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue