Explorar el Código

quietly unzip new web

tags/v1.4.30
Jonathan Cobb hace 3 años
padre
commit
740f2579ae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bin/bpatchfull

+ 1
- 1
bin/bpatchfull Ver fichero

@@ -65,5 +65,5 @@ fi

if unzip -Z -1 ./target/bubble*.jar | grep -q "^site/$" ; then
echo "Deploying new web: ${HOST} ..."
ssh -p ${BUBBLE_SSH_PORT} ${HOST} "cd ~bubble && unzip -o /tmp/bubble.jar 'site/*' && chown -R bubble:bubble site"
ssh -p ${BUBBLE_SSH_PORT} ${HOST} "cd ~bubble && unzip -q -o /tmp/bubble.jar 'site/*' && chown -R bubble:bubble site"
fi

Cargando…
Cancelar
Guardar