Questions tagged [bitbucket-aws-code-deploy]

37 questions
0
votes
1 answer

Deploy Node.js application from Bit Bucket repository to AWS EC2 instance with the help of AWS Code Deploy

I have angular application and the back end was on node.js. Now I want to deploy the application to AWS EC2 instance from bitbucket repository using bit bucket pipeline and AWS Code Deploy. When I am trying to install AWS code deploy agent in EC2…
stumbler
  • 647
  • 3
  • 11
  • 26
0
votes
1 answer

How to set params for file-exists-behavior for AWS CodeDeploy on Bitbucket

Atlassian Bitbucket Support for AWS CodeDeploy was announced long time ago in 2015. AWS CodeDeploy User Guide is explaining what exactly is executed on the instance to generate codeDeploy deployment. my question is how do we set a param for…
0
votes
1 answer

using bitbucket-pipelines deploy same branch to multiple environments

I have three environments is AWS dev/uat/prod, and the same branch(develop) I wanted to develop in all three respective environments using bitbucket-pipelines. As I know we need AWS AWS_ACCESS_KEY_ID to do so. My question is: how to provide AWS…
0
votes
1 answer

Deploy and Run automation code using selenium web driver in Java

I am writing Automation code in Selenium Webdriver using Java in Eclipse IDE. My project uses TestNG framework in POM design Patttern ,Bit Bucket repository, How do I biuld and run automation test overnight.?
aron
  • 17
  • 1
  • 4
0
votes
2 answers

Generate ".env" when Deploying with Bitbucket AWS CodeDeploy add-on

How to generate ".env" when Deploying with Bitbucket AWS CodeDeploy add-on? I see bitbucket-pipelines.yml can generate .env from bitbucket environment variables, but, how tie it up with Bitbucket AWS CodeDeploy add-on? appspec.yml - can trigger…
-1
votes
1 answer

How to create merge pull request from Bitbucket of one branch to master branch in GitHub

How to create merge pull request from Bitbucket to github master branch. how to set origin and remote, from Bibucket master brnach want to merge into repositories in github master. thanks As suggested cloned both the repositories Bitbucket master…
-2
votes
1 answer

how to Deploy my repository in bitbucket to AWS with CodeDeploy?

I have a repository in bitbucket. now I want to deploy it to my aws EC2 instance using amazon code-deploy.how can I do that? what steps should I follow?
1 2
3