From 2b5f09ddeef6d6142a94c760c5a71084d324f37f Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 7 Oct 2025 12:46:07 +0300 Subject: [PATCH] Remove ssh task --- mise.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mise.toml b/mise.toml index 0906f56d..ff44a805 100644 --- a/mise.toml +++ b/mise.toml @@ -16,10 +16,6 @@ includes = ["scripts"] # PRODUCTION -[tasks."prod:console"] -description = 'Open an ssh console to the production env' -run = 'ssh music-library-prod' - [tasks."prod:test"] description = 'Run HTTP tests against production' run = 'hurl --test test/prod.hurl'