Skip to content

Commit

Permalink
Rearange
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Sep 23, 2024
1 parent b6cd4f8 commit 9dde204
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions lib/kamal/cli/templates/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ registry:
password:
- KAMAL_REGISTRY_PASSWORD

# Configure builder setup.
builder:
arch: amd64

# Inject ENV variables into containers (secrets come from .kamal/secrets).
#
# env:
Expand All @@ -39,18 +43,15 @@ registry:

# 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"

# Use a persistent storage volume.
#
# volumes:
# - "app_storage:/rails/storage"

# Configure builder setup.
builder:
arch: amd64

# Use a different ssh user than root
#
# ssh:
Expand Down

0 comments on commit 9dde204

Please sign in to comment.