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'