Pārlūkot izejas kodu

Making it work better.

Sacha Ligthert 1 gadu atpakaļ
vecāks
revīzija
b9c1b9e320
1 mainītis faili ar 8 papildinājumiem un 0 dzēšanām
  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