demo purpose: use open_service
This commit is contained in:
parent
3b7fbaf99c
commit
e25b68035d
|
@ -45,10 +45,11 @@ deployment_strategy() {
|
|||
echo "INFO detected NEW deployment"
|
||||
./manage.py migrate
|
||||
|
||||
if [ "${DEMO:-}" = 'true' ]; then
|
||||
printf "This is DEVELOPMENT/PILOTS_EARLY DEPLOYMENT: including demo hardcoded data\n" >&2
|
||||
|
||||
PREDEFINED_TOKEN="${PREDEFINED_TOKEN:-}"
|
||||
./manage.py demo_data "${PREDEFINED_TOKEN}"
|
||||
fi
|
||||
|
||||
if [ "${OIDC_ORGS:-}" ]; then
|
||||
config_oidc4vp
|
||||
|
|
Loading…
Reference in a new issue