Skip to content

Commit

Permalink
add downtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
lache-melvin committed Feb 20, 2024
1 parent 78005c2 commit b2fcd49
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions backend/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ script = "systemfd --no-pid -s http::4007 -- cargo watch --no-vcs-ignores -w .tr
[tasks.watch]
workspace = false
run_task = { name = ["watch_build", "trigger_server_start"], parallel = true }

[tasks.trigger_server_start_with_downtime]
script = "cargo watch --no-vcs-ignores -w .trigger -x run"

[tasks.watch_with_downtime]
workspace = false
run_task = { name = [
"watch_build",
"trigger_server_start_with_downtime",
], parallel = true }

0 comments on commit b2fcd49

Please sign in to comment.