5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-04 23:16:56 +00:00

fix: volver a hacer depender la sincronizacion del zip

This commit is contained in:
f 2023-03-18 19:33:25 -03:00
parent 052c716b72
commit 93b005ca07
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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)