summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-07-31 16:04:16 -0600
committert <t@tjp.lol>2026-07-31 16:07:04 -0600
commit120bed98b9ce1aa4bda4c3438a446cc1e47900b6 (patch)
treee5dc4e0be292f5ee87381ff3baf4aaf7b7a520bf
parent130fdf3445b267c972fe051d139a88a201ac9888 (diff)
fix deploy task
-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"