Skip to content

Commit

Permalink
fix(deploy): use APP_URL instead of NEXT_PUBLIC_APP_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Nov 29, 2023
1 parent a1401e5 commit 2ff4483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ releases:
kubeContext: bf-k8s463ba113
values:
- appSecret: '{{ requiredEnv "NEXTAUTH_SECRET" }}'
appUrl: '{{ requiredEnv "NEXT_PUBLIC_APP_URL" }}'
appUrl: '{{ requiredEnv "APP_URL" }}'

image:
tag: '{{ requiredEnv "APP_VERSION" }}'
Expand Down

0 comments on commit 2ff4483

Please sign in to comment.