use SECRET_KEY_BASE
This commit is contained in:
parent
1fffdb025c
commit
ddc6fc6aae
|
@ -54,6 +54,7 @@ env:
|
||||||
MIX_ENV: prod
|
MIX_ENV: prod
|
||||||
secret:
|
secret:
|
||||||
- DATABASE_URL
|
- DATABASE_URL
|
||||||
|
- SECRET_KEY_BASE
|
||||||
|
|
||||||
# Aliases are triggered with "bin/kamal <alias>". You can overwrite arguments on invocation:
|
# 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.
|
# "bin/kamal logs -r job" will tail logs from the first server in the job section.
|
||||||
|
|
Loading…
Reference in New Issue