summaryrefslogtreecommitdiff
path: root/examples/worker2/worker2.cfg
blob: 5624cb04e02481f17092a2a18aa3db338ee0d23c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
w_tags:
    [
      {
       t_name: "DEPLOY",
       t_keyrings: ["allowed_users.asc"],
       t_commands: [
                    {
                     c_url: "file:///home/katolaz/bin/deploy.sh"
                    }
                   ]
      }
    ]
...