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
parents 65983721 cd4ec1f0
Pipeline #4576 passed with stage
in 25 seconds
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:
......
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