Migrate prod:prune-backups to standalone script

This commit is contained in:
Claudio Ortolina
2025-10-07 10:10:13 +03:00
parent d0b2022d2e
commit 0215153fc5
2 changed files with 8 additions and 5 deletions
-5
View File
@@ -28,11 +28,6 @@ run = "gh run watch"
description = 'Open an ssh console to the production env'
run = 'ssh music-library-prod'
[tasks."prod:prune-backups"]
confirm = 'Are you sure you want to delete all downloaded database backups?'
description = 'Deletes all downloaded database backups'
run = 'rm data/music_library_prod*'
[tasks."prod:test"]
description = 'Run HTTP tests against production'
run = 'hurl --test test/prod.hurl'