test gitea

This commit is contained in:
Romulus21
2024-02-22 08:35:19 +01:00
parent 23f53d39a2
commit 03f888c4a7

View File

@@ -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}