summaryrefslogtreecommitdiff
path: root/examples/worker2/worker2.cfg
blob: 32a088a35a5b339d6f1610ae2019d4dffbb8e190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
w_commands:
    [
      {
       t_name: "DEPLOY",
       t_keyrings: ["allowed_users.asc"],
       t_actions: [
                    {
                     a_url: "file:///home/katolaz/bin/deploy.sh"
                    }
                   ]
      },
      {
       t_name: "build",
       t_keyrings: ["allowed_users.asc"],
       t_actions: [
                    {
                     a_url: "file:///home/katolaz/bin/scorsh_build.sh"
                    }
                   ]
      }
    ]
...