From ddc6fc6aaee1e6d3931de6edeea6ae161282f72f Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sun, 12 Jan 2025 00:46:06 -0800 Subject: [PATCH] use SECRET_KEY_BASE --- config/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/deploy.yml b/config/deploy.yml index cec8543..9148511 100644 --- a/config/deploy.yml +++ b/config/deploy.yml @@ -54,6 +54,7 @@ env: MIX_ENV: prod secret: - DATABASE_URL + - SECRET_KEY_BASE # Aliases are triggered with "bin/kamal ". You can overwrite arguments on invocation: # "bin/kamal logs -r job" will tail logs from the first server in the job section.