summaryrefslogtreecommitdiff
path: root/examples/worker2/worker2.cfg
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-08-07 10:54:35 +0100
committerKatolaZ <katolaz@freaknet.org>2017-08-07 10:54:35 +0100
commitb31fe15e0d13f9064e26b117541633496c0c3307 (patch)
treead9fc1e3077b514c98af1d6a2cbd78e79f341c9f /examples/worker2/worker2.cfg
parent096b3fd2867d7bb2d3cd1f85d8806c651b26d625 (diff)
Renaming: "tags" -> "commands"; "commands" -> "actions"
Diffstat (limited to 'examples/worker2/worker2.cfg')
-rw-r--r--examples/worker2/worker2.cfg10
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"
}
]
}