Remove ssh task

This commit is contained in:
Claudio Ortolina
2025-10-07 12:46:07 +03:00
parent c513c43a52
commit 2b5f09ddee
-4
View File
@@ -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'