Add production backup task to mise

This commit is contained in:
Claudio Ortolina
2025-02-22 10:03:14 +00:00
parent aba0eeeffe
commit 36d0d29316
+4
View File
@@ -41,6 +41,10 @@ run = ['mix hex.outdated --all']
description = 'Open an ssh console to the production env'
run = 'fly ssh console'
[tasks.prod-backup]
description = 'Backup the production database to the local development env'
run = 'mix music_library.prod.db_backup'
[tasks.static-checks]
description = 'Run static checks for code formatting, translations, quality'
run = 'mix do format, credo, gettext.extract'