Browse Source

quietly unzip new web

tags/v1.4.30
Jonathan Cobb 3 years ago
parent
commit
740f2579ae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/bpatchfull

+ 1
- 1
bin/bpatchfull View File

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

Loading…
Cancel
Save