Make backup script self-discoverable

This commit is contained in:
Claudio Ortolina
2025-10-06 17:50:59 +03:00
parent ac750d8a91
commit b98751b460
2 changed files with 2 additions and 4 deletions
-4
View File
@@ -140,10 +140,6 @@ run = "gh run watch"
description = 'Open an ssh console to the production env'
run = 'ssh music-library-prod'
[tasks."prod:backup"]
description = 'Backup the production database to the local development env'
run = 'scripts/prod-backup.sh'
[tasks."prod:prune-backups"]
confirm = 'Are you sure you want to delete all downloaded database backups?'
description = 'Deletes all downloaded database backups'