From 9d8366eeb58608452072ccf2ecd81c50c2dca3a9 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Wed, 3 Nov 2021 20:10:23 +0800 Subject: fix(script): [REBUILD] Fix deploy wrong condition Signed-off-by: KunoiSayami --- deploy.sh | 6 +++--- repo/.gpg_keys/qemu-user-static | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy.sh b/deploy.sh index d380b76..462cfdf 100755 --- a/deploy.sh +++ b/deploy.sh @@ -9,10 +9,10 @@ if [ $# -eq 0 ]; then fi if [ -z ${SSH_CLIENT+x} ]; then - ADDITIONAL_PARAM="-Pv" + ADDITIONAL_PARAM="--partial" else - ADDITIONAL_PARAM="" + ADDITIONAL_PARAM="-Pv" fi /usr/bin/date +%s > "packages/LASTSYNC" -/usr/bin/rsync --partial $ADDITIONAL_PARAM -r -c --update --links --delete --exclude=.gitignore "packages/" $1:/var/www/repo/ +/usr/bin/rsync $ADDITIONAL_PARAM -r -c --update --links --delete --exclude=.gitignore "packages/" $1:/var/www/repo/ diff --git a/repo/.gpg_keys/qemu-user-static b/repo/.gpg_keys/qemu-user-static index af11c08..80a104f 100644 --- a/repo/.gpg_keys/qemu-user-static +++ b/repo/.gpg_keys/qemu-user-static @@ -1,7 +1,7 @@ #!/bin/bash #gpg --recv-keys --keyserver pgp.mit.edu 3353C9CEF108B584 #curl https://keys.openpgp.org/vks/v1/by-fingerprint/CEACC9E15534EBABB82D3FA03353C9CEF108B584 | gpg --import -cat <