You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it an intentional choice that hook output is hidden unless either the hook fails, or you're running kamal with -v ?
pre-deploy.sample and post-deploy.sample both write stuff to stdout, but neither will get shown by default. Perhaps the run_hook method ought to include KAMAL.with_verbosity(:debug) do ... ?
The text was updated successfully, but these errors were encountered:
Is it an intentional choice that hook output is hidden unless either the hook fails, or you're running kamal with
-v
?pre-deploy.sample and post-deploy.sample both write stuff to stdout, but neither will get shown by default. Perhaps the run_hook method ought to include
KAMAL.with_verbosity(:debug) do ...
?The text was updated successfully, but these errors were encountered: