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

update yml config

parent fb779863
pages-testing: pages-testing:
stage: deploy stage: deploy
script: script:
- cat $configfiledev > ./config/config.js
- npm install - npm install
- [npm run clean] - npm run clean
- [npm run build] - npm run build
- [copy views/ dir to built/] - rm -R built/views
- [cd built] - cp -R views built
- cat $configfiledev > ./built/config/config.js
- "pm2 delete --silent project || :" - "pm2 delete --silent project || :"
- pm2 start ./app.js --name=project - pm2 start ./built/app.js --name=project
- pm2 save - pm2 save
tags: tags:
- testing - testing
......
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