diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4e1868f10fcb716ad937ddee4e26d0a57e4424f..9e2872d0124bc3a346134805612e6a02cbb377da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ variables: # This variable should hold a token of a ServiceAccount allowed to edit the OKD project (specified by $PROJECT variable) oc login --token="${OKD_TOKEN}" --server="${OKD_SERVER}" oc project "${PROJECT}" - helm upgrade "${RELEASE_NAME}" ./chart -f ./chart/values-override.yaml --set route.host=${PAAS_URL},global.nginx-redirect.legacyurl=${LEGACY_URL},global.nginx-redirect.paasurl=${PAAS_URL} --install --atomic + helm upgrade "${RELEASE_NAME}" ./chart -f ./chart/values-override.yaml --set route.host=${PAAS_URL},nginx-redirect.legacyurl=${LEGACY_URL},nginx-redirect.paasurl=${PAAS_URL} --install --atomic oc start-build "${RELEASE_NAME}-artifacts" --from-dir=public/ Build static site content: