mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 14:41:41 +00:00
fix: volver a hacer depender la sincronizacion del zip
This commit is contained in:
parent
8b51eb99a3
commit
94980051b6
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ class DeployFullRsync < DeployRsync
|
||||||
deploy_hidden_service
|
deploy_hidden_service
|
||||||
deploy_local
|
deploy_local
|
||||||
deploy_www
|
deploy_www
|
||||||
|
deploy_zip
|
||||||
]
|
]
|
||||||
|
|
||||||
# Sincroniza las ubicaciones alternativas también
|
# Sincroniza las ubicaciones alternativas también
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
class DeployRsync < Deploy
|
class DeployRsync < Deploy
|
||||||
store :values, accessors: %i[hostname destination host_keys], coder: JSON
|
store :values, accessors: %i[hostname destination host_keys], coder: JSON
|
||||||
|
|
||||||
DEPENDENCIES = %i[deploy_local]
|
DEPENDENCIES = %i[deploy_local deploy_zip]
|
||||||
|
|
||||||
def deploy(output: false)
|
def deploy(output: false)
|
||||||
ssh? && rsync(output: output)
|
ssh? && rsync(output: output)
|
||||||
|
|
Loading…
Reference in a new issue