diff options
Diffstat (limited to 'templates/alpine.run')
-rwxr-xr-x | templates/alpine.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/alpine.run b/templates/alpine.run index 7ebec51..18b2c55 100755 --- a/templates/alpine.run +++ b/templates/alpine.run @@ -68,7 +68,7 @@ uroot cp "$FILES/alpine/abuild.conf" "$ROOT/etc/abuild.conf" uchroot build 'buildrepo --purge --keep-going personal' echo_stage "Deploy" -sftp -b - upload <<EOF +sftp -r -b - upload <<EOF !rm -rf "deploy-alpine-$ARCH" put "$WORKSPACE/packages/personal/$ARCH" "deploy-alpine-$ARCH" !rm -rf "/var/www/repo/alpine/$ARCH" |