mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 21:46:22 +00:00
Poder acceder directo al archivo zip
This commit is contained in:
parent
f50e202d3a
commit
4ea2169c68
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ class DeployZip < Deploy
|
|||
"#{site.deploy_local.hostname}.zip"
|
||||
end
|
||||
|
||||
def path
|
||||
File.join(destination, hostname)
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def remove_destination!
|
||||
|
|
Loading…
Reference in a new issue