From a5ea8f08f0e89ed6166e662f1f457b842953a27d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 29 Jul 2020 13:44:03 +0200 Subject: Another try in using sftp --- templates/alpine.run | 9 +++++++-- templates/turris.run | 4 +++- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/alpine.run b/templates/alpine.run index a65fb84..2132576 100755 --- a/templates/alpine.run +++ b/templates/alpine.run @@ -69,9 +69,14 @@ uchroot build 'buildrepo --purge --keep-going personal' echo_stage "Deploy" ssh upload rm -rf "deploy-alpine" -sftp -r "$WORKSPACE/packages/personal/$ARCH" upload:"deploy-alpine-$ARCH" +sftp -b - upload <