From fde2d6a978c9fdfbb0f4d2cbcffe583e6351fe04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 27 Jul 2020 07:12:18 +0200 Subject: Replace scp with sftp --- templates/alpine.run | 12 +++++++----- templates/turris.run | 12 ++++++------ 2 files changed, 13 insertions(+), 11 deletions(-) (limited to 'templates') diff --git a/templates/alpine.run b/templates/alpine.run index e21958a..7ebec51 100755 --- a/templates/alpine.run +++ b/templates/alpine.run @@ -68,10 +68,12 @@ uroot cp "$FILES/alpine/abuild.conf" "$ROOT/etc/abuild.conf" uchroot build 'buildrepo --purge --keep-going personal' echo_stage "Deploy" -ssh upload rm -rf "deploy-alpine" -scp -r "$WORKSPACE/packages/personal/$ARCH" upload:"deploy-alpine-$ARCH" -ssh upload /bin/sh -e <