Shortcut to prod shell
This commit is contained in:
parent
b635f903d4
commit
39e74891eb
|
@ -26,6 +26,12 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
scripts = {
|
||||||
|
prodshell.exec = ''
|
||||||
|
kamal app exec -i --reuse bash
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
services.mailhog = {
|
services.mailhog = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue