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"
|
"#{site.deploy_local.hostname}.zip"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def path
|
||||||
|
File.join(destination, hostname)
|
||||||
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def remove_destination!
|
def remove_destination!
|
||||||
|
|
Loading…
Reference in a new issue