diff options
Diffstat (limited to 'examples/worker2')
| -rw-r--r-- | examples/worker2/worker2.cfg | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/examples/worker2/worker2.cfg b/examples/worker2/worker2.cfg index d1538ac..32a088a 100644 --- a/examples/worker2/worker2.cfg +++ b/examples/worker2/worker2.cfg @@ -1,21 +1,21 @@  --- -w_tags: +w_commands:      [        {         t_name: "DEPLOY",         t_keyrings: ["allowed_users.asc"], -       t_commands: [ +       t_actions: [                      { -                     c_url: "file:///home/katolaz/bin/deploy.sh" +                     a_url: "file:///home/katolaz/bin/deploy.sh"                      }                     ]        },        {         t_name: "build",         t_keyrings: ["allowed_users.asc"], -       t_commands: [ +       t_actions: [                      { -                     c_url: "file:///home/katolaz/bin/scorsh_build.sh" +                     a_url: "file:///home/katolaz/bin/scorsh_build.sh"                      }                     ]        } | 
