diff --git a/config/deploy.yml b/config/deploy.yml index 4f5018bba..825c07ab8 100644 --- a/config/deploy.yml +++ b/config/deploy.yml @@ -52,8 +52,10 @@ env: # Aliases are triggered with "bin/kamal ". You can overwrite arguments on invocation: # "bin/kamal logs -r job" will tail logs from the first server in the job section. # -# aliases: -# shell: app exec --interactive --reuse "bash" +aliases: + shell: app exec --interactive --reuse "bash" + logs: app exec -i --reuse "tail -f log/production.log" + console: app exec -i --reuse "bin/rails console" # Use a different ssh user than root #