Commit 8f1cff20 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

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

Update .gitlab-ci.yml

See merge request !63
4 merge requests!86ignore ts built folder,!85deployment,!84prepare deployment,!63Update .gitlab-ci.yml
Pipeline #4576 passed with stage
in 25 seconds
Showing with 9 additions and 2 deletions
+9 -2
pages-testing:
stage: deploy
script:
- pwd
- cat ~/.bash_profile
- npm install
- npm run clean
- 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
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