Sacha Ligthert пре 1 година
родитељ
комит
b9c1b9e320
1 измењених фајлова са 8 додато и 0 уклоњено
  1. 8 0
      Taskfile.yml

+ 8 - 0
Taskfile.yml

@@ -11,6 +11,14 @@ tasks:
     cmds:
       - go run . --help
     silent: true
+  server:
+    cmds:
+      - go run . -role scheduler
+    silent: true
+  agent:
+    cmds:
+      - go run . -role agent
+    silent: true
   precommit:
     cmds:
       - pre-commit autoupdate