CICD Pipeline for Node JS application using Azure DevOps

preview_player
Показать описание
This tutorial will show you how to Build CI/CD pipeline. Creating work items on Azure Boards. Integrating VueJS code with build pipeline (install, build, store the code to ZIP folder and deploy). And then creating the release pipeline which is CD.

Also I will demonstrate the troubleshooting of deploying the code.
Later, At the end will be showing how to create a VueJS app.

#CICD #Nodejs #VueJS #GitHub
Рекомендации по теме
Комментарии
Автор

Great, thanks man, I have a question: How I can start my app with nodejs need to use a port in webapp service? for example: pm2 start ... or node dist/src/main.js

ronaldoization
Автор

Thank you. It was really helpful for me.

pantepember
Автор

i block to New Azure service connection how to create azure service connection

nullerrors
Автор

Friend can you also add npm run test step in CI pipeline, as I am facing a blocker at this step.

nshukla
Автор

hi
So in your dist folder vue js code is there ?
front end files right?

sunilambekar