Commit df41c565 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

update .gitlab-ci.yml

parent c8c8abc3
pages-testing: pages-testing:
stage: deploy stage: deploy
script: script:
- npm install - echo "script"
- npm run clean - npm version
- npm run build
- rm -R ./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: 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