deploy #10

Merged
bstein merged 271 commits from deploy into main 2026-01-19 19:04:01 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit cd14e70d02 - Show all commits

View File

@ -90,7 +90,7 @@ spec:
- |
set -eu
. /vault/secrets/wger-env
exec python /scripts/wger_user_sync.py
exec python3 /scripts/wger_user_sync.py
env:
- name: SITE_URL
value: https://health.bstein.dev

View File

@ -77,7 +77,7 @@ spec:
- |
set -eu
. /vault/secrets/wger-env
exec python /scripts/wger_user_sync.py
exec python3 /scripts/wger_user_sync.py
env:
- name: SITE_URL
value: https://health.bstein.dev