5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 20:05:45 +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_local
deploy_www
deploy_zip
]
# Sincroniza las ubicaciones alternativas también

View file

@ -5,7 +5,7 @@
class DeployRsync < Deploy
store :values, accessors: %i[hostname destination host_keys], coder: JSON
DEPENDENCIES = %i[deploy_local]
DEPENDENCIES = %i[deploy_local deploy_zip]
def deploy(output: false)
ssh? && rsync(output: output)