dtpm proto changed upload files through grpc stream seperated filesystem from dtpm config tar zstd archiving directory to upload test directory support on config test archive directory
16 lines
415 B
YAML
16 lines
415 B
YAML
environments:
|
|
- name: APP_NAME
|
|
value: actix-injectio-from-base-package
|
|
- name: PORT
|
|
value: 8080
|
|
child_processes:
|
|
- path: /bin/actix-app-info
|
|
arguments: []
|
|
restart:
|
|
max_retries: 2
|
|
delay_seconds: 2
|
|
policy: !OnNonZeroExit true
|
|
filesystems:
|
|
- path: /bin/actix-app-info
|
|
content: !path "/Users/user/tmp/actix-app-info/target/x86_64-unknown-linux-musl/release/actix-app-info"
|