Merge pull request #86 in TEA/mina-sidor-fa-web from feature/acc-deployment to develop

Squashed commit of the following:

commit b80896487554d90ed95c1a93596e2f3330202983
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date:   Fri Sep 10 10:45:07 2021 +0200

    Added deployment for acc
This commit is contained in:
Erik Tiekstra
2021-09-10 11:04:45 +02:00
parent 1613116c0e
commit 5b00453d97
8 changed files with 200 additions and 7 deletions

View File

@@ -107,7 +107,7 @@ pipeline {
steps {
echo '### Building application... ###'
sh '''
npm run build-os -- --version ${BUILD_TAG}
npm run build-os -- --config prod --version ${BUILD_TAG}
cp -r nginx/* ${NGINX_PATH}
'''
echo '### Application built! ###'