7 lines
230 B
Bash
Executable File
7 lines
230 B
Bash
Executable File
cargo run -q -p example_harmony_apply_deployment -- \
|
|
--namespace "fleet-staging" \
|
|
--name "testdeployment-apache-nationtech" \
|
|
--target-device "pi-nationtech-01" \
|
|
--image "docker.io/library/httpd:alpine" \
|
|
--port "8080:80"
|