Updated nginx

This commit is contained in:
Erik Tiekstra
2021-05-11 14:54:03 +02:00
parent 2b84413ba0
commit 178b15fcc5
2 changed files with 8 additions and 8 deletions

View File

@@ -101,8 +101,8 @@ pipeline {
sh '''
npm run build:pega
cp nginx/nginx.conf ${NGINX_PATH}
#cp -r nginx/* ${NGINX_PATH}
#cp nginx/nginx.conf ${NGINX_PATH}
cp -r nginx/* ${NGINX_PATH}
'''
echo '### Application built! ###'