From 03f888c4a765e7a2cff2df488a481440c34c2941 Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Thu, 22 Feb 2024 08:35:19 +0100 Subject: [PATCH] test gitea --- deploy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy.sh b/deploy.sh index 00eeb1d..478c787 100644 --- a/deploy.sh +++ b/deploy.sh @@ -5,10 +5,10 @@ set -o nounset set -o pipefail set -o xtrace -readonly TARGET_HOST=raspitop +readonly TARGET_HOST=raspiwork readonly TARGET_PATH=/home/pi/Scripts/device -readonly TARGET_ARCH=armv7-unknown-linux-gnueabihf -readonly SOURCE_PATH=./target/${TARGET_ARCH}/release/rust_device +readonly TARGET_ARCH=aarch64-unknown-linux-gnu +readonly SOURCE_PATH=./target/${TARGET_ARCH}/release/device cargo build --release --target=${TARGET_ARCH} scp ${SOURCE_PATH} ${TARGET_HOST}:${TARGET_PATH}