Skip to content

Commit

Permalink
add aliases (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilljr24 authored Dec 15, 2024
1 parent 97d1006 commit 0d1b7b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ env:
# Aliases are triggered with "bin/kamal <alias>". 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
#
Expand Down

0 comments on commit 0d1b7b2

Please sign in to comment.