Updated prod build and prod env
This commit is contained in:
@@ -4,7 +4,7 @@ export const environment: Environment = {
|
||||
environment: 'prod',
|
||||
clientId: '',
|
||||
loginUrl: 'https://ciam.arbetsformedlingen.se/uas/oauth2/authorization?response_type=code&scope=openid',
|
||||
logoutUrl: 'https://ciam.arbetsformedlingen.se:8443/uas/logout',
|
||||
logoutUrl: 'https://ciam.arbetsformedlingen.se/uas/logout',
|
||||
production: true,
|
||||
api: {
|
||||
url: '/api',
|
||||
|
||||
2
openshift/prod/Jenkinsfile
vendored
2
openshift/prod/Jenkinsfile
vendored
@@ -107,7 +107,7 @@ pipeline {
|
||||
steps {
|
||||
echo '### Building application... ###'
|
||||
sh '''
|
||||
npm run build:api -- --prod
|
||||
npm run build -- --prod
|
||||
cp -r nginx/* ${NGINX_PATH}
|
||||
'''
|
||||
echo '### Application built! ###'
|
||||
|
||||
Reference in New Issue
Block a user