chore: bacon run job runs server
All checks were successful
Rust / build (push) Successful in 1m22s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful

This commit is contained in:
Paul Campbell 2024-06-30 08:08:44 +01:00
parent 0796df00d4
commit 880fa0cc0e

View file

@ -57,7 +57,7 @@ on_success = "back" # so that
# If you want to pass options to your program, a `--` separator # If you want to pass options to your program, a `--` separator
# will be needed. # will be needed.
[jobs.run] [jobs.run]
command = ["cargo", "run", "--color", "always"] command = ["cargo", "run", "--color", "always", "--", "server", "start"]
need_stdout = true need_stdout = true
allow_warnings = true allow_warnings = true