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
App no longer builds with this error: ERROR (Kamal::ConfigurationError): Secret 'KAMAL_REGISTRY_PASSWORD' not found in .kamal/secrets
no changes have been made to any of the files. Now, the secrets file
# Grab the registry password from ENV
KAMAL_REGISTRY_PASSWORD=$KAMAL_REGISTRY_PASSWORD
# Improve security by using a password manager. Never check config/master.key into git!
RAILS_MASTER_KEY=$(cat config/master.key)
my .env has the env var
and I have tried both kamal setup and dotenv kamal setup
To add, when I do kamal secrets print
the env var does not show up regarless of what value I put. I can put a string literal and nothing shows there
The text was updated successfully, but these errors were encountered:
App no longer builds with this error: ERROR (Kamal::ConfigurationError): Secret 'KAMAL_REGISTRY_PASSWORD' not found in .kamal/secrets
no changes have been made to any of the files. Now, the secrets file
my .env has the env var
and I have tried both
kamal setup
anddotenv kamal setup
To add, when I do
kamal secrets print
the env var does not show up regarless of what value I put. I can put a string literal and nothing shows there
The text was updated successfully, but these errors were encountered: