Commit 699191cd authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

Merge branch 'cherry-pick-81feae6d' into 'testing'

update yml script

See merge request !43
parents e0d1072f c0d10f61
Pipeline #4549 failed with stage
in 13 seconds
......@@ -4,8 +4,8 @@ pages-testing:
- npm install
- npm run clean
- npm run build
- rm -R built/views
- cp -R views built
- 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
......
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