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

Merge branch 'knopkiwg-testing-patch-66344' into 'testing'

Update .gitlab-ci.yml

See merge request !47
5 merge requests!86ignore ts built folder,!85deployment,!84prepare deployment,!53update build script,!47Update .gitlab-ci.yml
Pipeline #4561 failed with stage
in 1 second
Showing with 3 additions and 6 deletions
+3 -6
......@@ -2,14 +2,11 @@ pages-testing:
stage: deploy
script:
- npm install
- echo "npm installed"
- npm run clean
- echo "npm cleansed"
- npm run build
- rm -rf ./built/views
- cp -R ./views ./built
- cat $configfiledev > ./built/config/config.js
- "pm2 delete --silent project || :"
- pm2 start ./built/app.js --name=project
- pm2 save
- echo "npm built"
tags:
- testing
only:
......
Supports Markdown
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