Skip to content

Commit

Permalink
Removing master.key file but adding to secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
justintanner committed Oct 21, 2024
1 parent ffb4b7e commit 1787d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .kamal/secrets
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

# Grab the registry password from ENV
KAMAL_REGISTRY_PASSWORD=$KAMAL_REGISTRY_PASSWORD
RAILS_MASTER_KEY=$RAILS_MASTER_KEY

# Improve security by using a password manager. Never check config/master.key into git!
RAILS_MASTER_KEY=$(cat config/master.key)

0 comments on commit 1787d5d

Please sign in to comment.