mirror of
https://github.com/dw-0/kiauh.git
synced 2026-08-06 22:37:53 +05:00
16 lines
368 B
YAML
16 lines
368 B
YAML
name: Install Moonraker on Debian 12
|
|
vm: debian12-kiauh
|
|
os: debian-12
|
|
steps:
|
|
- command: ["kiauh", "install", "klipper", "--count", "1"]
|
|
timeout: 600
|
|
- command: ["kiauh", "install", "moonraker"]
|
|
timeout: 600
|
|
expected:
|
|
- type: service
|
|
name: moonraker.service
|
|
state: running
|
|
- type: file
|
|
path: /home/kiauh/moonraker/moonraker
|
|
exists: true
|