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" } ] } ] ...