Skip to content

Commit 4516cc5

Browse files
committed
Add run command to api, big-poppa, cream, and drake
1 parent 35f9124 commit 4516cc5

6 files changed

Lines changed: 12 additions & 0 deletions

File tree

ansible/group_vars/alpha-big-poppa-http.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ container_run_opts: >
5656
{{container_envs}}
5757
5858
npm_start_command: run start-http
59+
60+
container_run_args: npm {{ npm_start_command }}

ansible/group_vars/alpha-big-poppa-worker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ container_run_opts: >
4444
{{container_envs}}
4545
4646
npm_start_command: run start-worker
47+
48+
container_run_args: npm {{ npm_start_command }}

ansible/group_vars/alpha-cream-http.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ container_run_opts: >
4343
{{container_envs}}
4444
4545
npm_start_command: run start-http
46+
47+
container_run_args: npm {{ npm_start_command }}

ansible/group_vars/alpha-cream-worker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ container_run_opts: >
4040
{{container_envs}}
4141
4242
npm_start_command: run start-worker
43+
44+
container_run_args: npm {{ npm_start_command }}

ansible/group_vars/alpha-drake-http.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ container_run_opts: >
3232
{{container_envs}}
3333
3434
npm_start_command: run start-http
35+
36+
container_run_args: npm {{ npm_start_command }}

ansible/group_vars/alpha-drake-worker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ container_run_opts: >
2525
{{container_envs}}
2626
2727
npm_start_command: run start-worker
28+
29+
container_run_args: npm {{ npm_start_command }}

0 commit comments

Comments
 (0)