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

update .gitlab-ci.yml

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