Added open-shift configuration for api-route

This commit is contained in:
Erik Tiekstra
2021-08-02 09:20:41 +02:00
parent cbe41ab74c
commit fe89d57d3f
6 changed files with 21 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ pipeline {
echo '### Building application... ###'
sh '''
npm run build:api
npm run build:open-shift
cp -r nginx/* ${NGINX_PATH}
'''