I'm trying to deploy the code Bitbucket pipelines in node.js javascript application via AWS EC2. But unable to do this.
@Rightsoftwarewala Support its been a while since your post. What errors were you facing?
There are multiple options you have to deploy to EC2, some alternatives:
- scp or sftp your application directly onto the instance.
- copy the application to an S3 bucket, and run a script on the EC2 instance that downloads and deploys the application.
- Use AWS CodeDeploy.
- Use AWS Elastic Beanstalk.
Pipelines provides some pipes to assist with these deployment tasks: https://confluence.atlassian.com/bitbucket/pipes-958765631.html
We also have a growing list of Deployment Guides at https://confluence.atlassian.com/bitbucket/deployment-guides-872011233.html which cover various deployment scenarios.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.