diff options
Diffstat (limited to 'examples/worker2')
-rw-r--r-- | examples/worker2/worker2.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/worker2/worker2.cfg b/examples/worker2/worker2.cfg index 5624cb0..d1538ac 100644 --- a/examples/worker2/worker2.cfg +++ b/examples/worker2/worker2.cfg @@ -9,6 +9,15 @@ w_tags: c_url: "file:///home/katolaz/bin/deploy.sh" } ] + }, + { + t_name: "build", + t_keyrings: ["allowed_users.asc"], + t_commands: [ + { + c_url: "file:///home/katolaz/bin/scorsh_build.sh" + } + ] } ] ...
\ No newline at end of file |