health: run wger sync with python3

This commit is contained in:
Brad Stein 2026-01-15 01:13:42 -03:00
parent f5a3894c2b
commit cd14e70d02
2 changed files with 2 additions and 2 deletions

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