Files
harmony/fleet/scripts/deploy-apache.sh
Sylvain Tremblay e5caaba1e4
All checks were successful
Run Check Script / check (pull_request) Successful in 2m52s
feat: add deploy-apache.sh example script
2026-05-05 08:56:05 -04:00

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"