summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mise.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mise.toml b/mise.toml
index f06f0a6..376e4b4 100644
--- a/mise.toml
+++ b/mise.toml
@@ -37,7 +37,7 @@ run = "jj git push -b main"
[tasks.deploy]
description = "Push the 'main' bookmark and update weft on the server"
-depends = ["deploy:weft", "deploy:site"]
+run = "mise run deploy:weft && mise run deploy:site"
[tasks."upload:image"]
description = "Upload an image to the production server"