|
|
@@ -0,0 +1,20 @@
|
|
|
+[
|
|
|
+ {
|
|
|
+ "id": "redeploy-front",
|
|
|
+ "execute-command": "/home/clovis/bdlg/bdlgplanner.sh",
|
|
|
+ "command-working-directory": "/home/clovis/bdlg",
|
|
|
+ "pass-arguments-to-command":[
|
|
|
+ {"source":"string","name":"update"},
|
|
|
+ {"source":"string","name":"front"}
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "redeploy-back",
|
|
|
+ "execute-command": "/home/clovis/bdlg/bdlgplanner.sh",
|
|
|
+ "command-working-directory": "/home/clovis/bdlg",
|
|
|
+ "pass-arguments-to-command":[
|
|
|
+ {"source":"string","name":"update"},
|
|
|
+ {"source":"string","name":"back"}
|
|
|
+ ]
|
|
|
+ }
|
|
|
+]
|