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

update yml config

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