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