Skip to content

dcgmechanics/CICD-bitbucket-aws-code-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Deploy to AWS CodeDeploy using Bitbucket Pipes

This repo contains a basic example for deploying applications with AWS CodeDeploy using aws-coded-deploy pipe. It this example we build and deploy a simple JavaScript application to AWS.

Medium Blog Link:

https://medium.com/codelogicx/cicd-deploy-to-aws-codedeploy-with-bitbucket-pipeline-b5da79b55477

How To Use this example

Enable Bitbucket Pipelines in your repo

Go to the repository settings and navigate to the Pipelines section. Toggle the Enable Pipelines button. After that Pipelines should start executing and after a successful build your application should be up and running.

Set up a repository variables in Bitbucket settings for your repo

  • AWS_SECRET_ACCESS_KEY: Secret key for a user with the required permissions.
  • AWS_ACCESS_KEY_ID: Access key for a user with the required permissions.
  • AWS_DEFAULT_REGION: Region where the target AWS CodeDeploy application is.
  • APPLICATION_NAME: Name of AWS CodeDeploy application.
  • DEPLOYMENT_GROUP: Name of the AWS CodeDeploy deployment group.
  • S3_BUCKET: Name of the S3 Bucket.

For any queries, You can connect with me on LinkedIn: https://www.linkedin.com/in/dcgmechanics/

Thank You So Much!!!

About

Setup CICD - Deploy to AWS with CodeDeploy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published