summaryrefslogtreecommitdiff
path: root/templates/alpine.run
diff options
context:
space:
mode:
Diffstat (limited to 'templates/alpine.run')
-rwxr-xr-xtemplates/alpine.run4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/alpine.run b/templates/alpine.run
index 18b2c55..dce5dda 100755
--- a/templates/alpine.run
+++ b/templates/alpine.run
@@ -68,9 +68,9 @@ uroot cp "$FILES/alpine/abuild.conf" "$ROOT/etc/abuild.conf"
uchroot build 'buildrepo --purge --keep-going personal'
echo_stage "Deploy"
-sftp -r -b - upload <<EOF
+sftp -b - upload <<EOF
!rm -rf "deploy-alpine-$ARCH"
- put "$WORKSPACE/packages/personal/$ARCH" "deploy-alpine-$ARCH"
+ put -R "$WORKSPACE/packages/personal/$ARCH" "deploy-alpine-$ARCH"
!rm -rf "/var/www/repo/alpine/$ARCH"
mv "deploy-alpine-$ARCH" "/var/www/repo/alpine/$ARCH"