I have my angular and nodejs app hosted on Azure VM (Linux (ubuntu 18.04)) using nginx and pm2 respectively. Now I want to create pipeline by which i can deploy my code to the nginx root folder.
Same for nodejs. I have node hosted using pm2. Is there any reference links or any solution over this ?
I searched a lot but couldn't find any proper solution.It will be helpful if you provide the steps.
I got the answer from bitbucket cloud support,
Actually, the App ID required there for "azure-vm-linux-script-deploy:1.0.1" pipe, is of the service principal. Its not to a Web App. So I referred to this documentation on how to create a service principal. - https://support.atlassian.com/bitbucket-cloud/docs/deploy-to-microsoft-azure/
Hope this can be helpful to anyone in future!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.