diff options
| author | t <t@tjp.lol> | 2026-07-31 16:04:16 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-31 16:07:04 -0600 |
| commit | 120bed98b9ce1aa4bda4c3438a446cc1e47900b6 (patch) | |
| tree | e5dc4e0be292f5ee87381ff3baf4aaf7b7a520bf | |
| parent | 130fdf3445b267c972fe051d139a88a201ac9888 (diff) | |
fix deploy task
| -rw-r--r-- | mise.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
