5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-19 08:50:49 +00:00

fix: usar el hostname como url
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-04-24 14:42:02 -03:00
parent b78dd1661a
commit 3a99e1a867

View file

@ -27,8 +27,4 @@ class DeployFullRsync < DeployRsync
result.present? && result.all?
end
def url
"https://#{user_host.last}/"
end
end