health: run wger sync with python3
This commit is contained in:
parent
f5a3894c2b
commit
cd14e70d02
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user