Shortcut to prod shell

This commit is contained in:
Trevor Vallender 2023-10-06 08:38:53 +01:00
parent b635f903d4
commit 39e74891eb
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,12 @@
'';
};
scripts = {
prodshell.exec = ''
kamal app exec -i --reuse bash
'';
};
services.mailhog = {
enable = true;
};