5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-06 19:16:57 +00:00

feat: darle url a full rsync

This commit is contained in:
f 2023-03-18 16:52:36 -03:00
parent d109eb76db
commit 0e70aed88c

View file

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