Commit f9d30ef4 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update .gitlab-ci.yml

parent d8edadc7
...@@ -2,14 +2,11 @@ pages-testing: ...@@ -2,14 +2,11 @@ pages-testing:
stage: deploy stage: deploy
script: script:
- npm install - npm install
- echo "npm installed"
- npm run clean - npm run clean
- echo "npm cleansed"
- npm run build - npm run build
- rm -rf ./built/views - echo "npm built"
- cp -R ./views ./built
- cat $configfiledev > ./built/config/config.js
- "pm2 delete --silent project || :"
- pm2 start ./built/app.js --name=project
- pm2 save
tags: tags:
- testing - testing
only: only:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment