summaryrefslogtreecommitdiff
path: root/examples/worker2/worker2.cfg
blob: fa6e2ade65c9a9f9b7572382618197b108729399 (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:
    [
      {
       c_name: "DEPLOY",
       c_keyrings: ["allowed_users.asc"],
       c_actions: [
                    {
                     a_url: "file:///home/katolaz/bin/deploy.sh"
                    }
                   ]
      },
      {
       c_name: "build",
       c_keyrings: ["allowed_users.asc"],
       c_actions: [
                    {
                     a_url: "file:///home/katolaz/bin/scorsh_build.sh"
                    }
                   ]
      }
    ]
...