diff options
-rwxr-xr-x | templates/turris.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris.run b/templates/turris.run index 5f4aeb3..6686131 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -54,7 +54,7 @@ $make package/index BUILD_KEY=~/openwrt-repo.key echo_stage "Deploy" ssh upload rm -rf "deploy-turris-$ANIMAL-$BOARD" -scp -r "bin/packages/$ARCH/personal" upload:deploy-turris-$BOARD +scp -r "bin/packages/$ARCH/personal" upload:deploy-turris-$ANIMAL-$BOARD ssh upload /bin/sh -e <<EOF mkdir -p "/var/www/repo/turris/$ANIMAL" rm -rf "/var/www/repo/turris/$ANIMAL/$BOARD" |