Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 310 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 310 Bytes

Guardian bot

Embedded Target NanoPI aarch64

Build image

docker build . -t guardian:latest

Build guardian application

docker run --rm -v $(pwd):/app  guardian:latest

Deployment

scp ./target/aarch64-unknown-linux-gnu/debug/guardian <username>@<IP>:/tmp