fix broken install step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-13 22:01:54 +00:00
parent e8a041024c
commit 5be05ceea6
3 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@ if config_env() == :prod do
System.get_env("SECRET_KEY_BASE") ||
raise """
environment variable SECRET_KEY_BASE is missing.
You can generate one by running: mix phx.gen.secret
You can generate one by running: priv/random.sh
"""
config :memex, MemexWeb.Endpoint, secret_key_base: secret_key_base