Testing with simple nginx.conf setup

This commit is contained in:
Erik Tiekstra
2021-05-04 10:03:59 +02:00
parent f33f844c67
commit b1a4ecf92b
2 changed files with 88 additions and 1 deletions

View File

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