deployment-automation
Installation
SKILL.md
Deployment Automation Skill
Guides deployment of Muni software across heterogeneous platforms: rovers (ARM64) and depot (x86_64).
Overview
Muni has two deployment targets with different strategies:
| Target | Platform | Method | Build Tool | Deploy Tool |
|---|---|---|---|---|
| Rovers | aarch64 (ARM64) | Binary + systemd | cross / cargo |
deploy.sh (scp + ssh) |
| Depot | x86_64 | Docker containers | Docker | docker-compose |
Key Files
Rover Deployment:
bvr/firmware/deploy.sh- Deployment scriptbvr/firmware/config/bvr.toml- Runtime configurationbvr/firmware/config/*.service- Systemd service units