mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 02:36:23 +00:00
fix: usar el hostname como url
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
b78dd1661a
commit
3a99e1a867
1 changed files with 0 additions and 4 deletions
|
@ -27,8 +27,4 @@ class DeployFullRsync < DeployRsync
|
||||||
|
|
||||||
result.present? && result.all?
|
result.present? && result.all?
|
||||||
end
|
end
|
||||||
|
|
||||||
def url
|
|
||||||
"https://#{user_host.last}/"
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue