Add azure env to production in build process

This commit is contained in:
Lorenz Padberg 2023-05-31 17:24:55 +02:00
parent 1b9abaa568
commit d2fa71f947
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ elif [[ "$APP_NAME" == "myvbv-stage" ]]; then
elif [[ "$APP_NAME" == "vbv-lernwelt" ]]; then
VITE_LOGOUT_REDIRECT="https://vbvdev.b2clogin.com/vbvdev.onmicrosoft.com/b2c_1_signupandsignin/oauth2/v2.0/logout/?post_logout_redirect_uri=https://vbv-lernwelt.control.iterativ.ch"
VITE_SENTRY_ENV="development"
elif [[ "$APP_NAME" == "prod-azure" ]]; then
VITE_LOGOUT_REDIRECT="https://edumgr.b2clogin.com/edumgr.onmicrosoft.com/b2c_1_signupandsignin/oauth2/v2.0/logout/?post_logout_redirect_uri=https://my.vbv-afa.ch/"
VITE_SENTRY_ENV="production"
fi
# create client for django