Skip to content

Commit

Permalink
fix: add NEXT_PUBLIC_URL_APP to ts cronjobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed Dec 2, 2024
1 parent 291cb3c commit 01d1778
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .kontinuous/env/preprod/templates/notification.cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ spec:
value: 'true'
- name: NEXT_PUBLIC_ENV_APP
value: preproduction
- name: NEXT_PUBLIC_URL_APP
value: "https://{{ .Values.global.host }}"
- name: DATABASE_URL
value: "$(DATABASE_URL)"
- name: TZ
Expand Down
2 changes: 2 additions & 0 deletions .kontinuous/env/preprod/templates/reminder.cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ spec:
value: 'true'
- name: NEXT_PUBLIC_ENV_APP
value: preproduction
- name: NEXT_PUBLIC_URL_APP
value: "https://{{ .Values.global.host }}"
- name: DATABASE_URL
value: "$(DATABASE_URL)"
- name: TZ
Expand Down
2 changes: 2 additions & 0 deletions .kontinuous/env/prod/templates/notification.cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ spec:
value: 'true'
- name: NEXT_PUBLIC_ENV_APP
value: production
- name: NEXT_PUBLIC_URL_APP
value: "https://{{ .Values.global.host }}"
- name: DATABASE_URL
value: "$(DATABASE_URL)"
- name: TZ
Expand Down
2 changes: 2 additions & 0 deletions .kontinuous/env/prod/templates/reminder.cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ spec:
value: 'true'
- name: NEXT_PUBLIC_ENV_APP
value: production
- name: NEXT_PUBLIC_URL_APP
value: "https://{{ .Values.global.host }}"
- name: DATABASE_URL
value: "$(DATABASE_URL)"
- name: TZ
Expand Down
3 changes: 1 addition & 2 deletions webapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
## [0.73.1](https://github.com/SocialGouv/carte-jeune-engage/compare/v0.73.0...v0.73.1) (2024-12-02)


### Bug Fixes

* cronjob name of yarn cmd ([b5009d4](https://github.com/SocialGouv/carte-jeune-engage/commit/b5009d404f769e92ae14441f1183943cacd5f9e3))
- cronjob name of yarn cmd ([b5009d4](https://github.com/SocialGouv/carte-jeune-engage/commit/b5009d404f769e92ae14441f1183943cacd5f9e3))

# [0.73.0](https://github.com/SocialGouv/carte-jeune-engage/compare/v0.72.1...v0.73.0) (2024-12-02)

Expand Down

0 comments on commit 01d1778

Please sign in to comment.