health: run wger sync with python3
This commit is contained in:
parent
f5a3894c2b
commit
cd14e70d02
@ -90,7 +90,7 @@ spec:
|
|||||||
- |
|
- |
|
||||||
set -eu
|
set -eu
|
||||||
. /vault/secrets/wger-env
|
. /vault/secrets/wger-env
|
||||||
exec python /scripts/wger_user_sync.py
|
exec python3 /scripts/wger_user_sync.py
|
||||||
env:
|
env:
|
||||||
- name: SITE_URL
|
- name: SITE_URL
|
||||||
value: https://health.bstein.dev
|
value: https://health.bstein.dev
|
||||||
|
|||||||
@ -77,7 +77,7 @@ spec:
|
|||||||
- |
|
- |
|
||||||
set -eu
|
set -eu
|
||||||
. /vault/secrets/wger-env
|
. /vault/secrets/wger-env
|
||||||
exec python /scripts/wger_user_sync.py
|
exec python3 /scripts/wger_user_sync.py
|
||||||
env:
|
env:
|
||||||
- name: SITE_URL
|
- name: SITE_URL
|
||||||
value: https://health.bstein.dev
|
value: https://health.bstein.dev
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user