diff options
| -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" |
