diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-20 06:57:50 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-20 06:57:50 +0100 |
commit | 37a6d33f46d81109ce5dfa0f79ea52395ac7762d (patch) | |
tree | 918eafd419a2f618e43434b7052a5f943ab44f6e /examples/worker2/worker2.cfg | |
parent | 95955f17a38e7f517d4613c004e66d8232073f79 (diff) |
tags are correctly authenticated
Diffstat (limited to 'examples/worker2/worker2.cfg')
-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 |