All checks were successful
Run Check Script / check (pull_request) Successful in 2m52s
7 lines
204 B
Bash
Executable File
7 lines
204 B
Bash
Executable File
cargo run -q -p example_harmony_apply_deployment -- \
|
|
--namespace "fleet-demo" \
|
|
--name "testdeployment-apache" \
|
|
--target-device "paul" \
|
|
--image "docker.io/library/httpd:alpine" \
|
|
--port "8080:80"
|