Skip to content

App for experiment the deployment to aws ec2 with github actions

Notifications You must be signed in to change notification settings

bolenge/flask-app-code-deploy

Repository files navigation

Amazon EC2 Deployment

CICD Pipeline - GitHub Actions + AWS CodeDeploy

CI/CD tools is important to help a team to automate their testing and deployment. Some tools are specifically handle the Continuous Integration (CI) which focusing on build, test and merge the project while some manage the development and deployment (CD) side. Click here to see the full article/tutorial!

The CI/CD Stack

CI/CD Tools used in this repository:

  • GitHub Actions performs the build and test (CI)
  • AWS CodeDeploy: automates the deployment process to EC2 (CD)

All the project codes are committed in GitHub repository. GitHub Actions will take place once user trigger a push event to the respective repository. It will perform the code build process and run the automated tests. Once it is done, GitHub Actions will run the CD job which will trigger the AWS CodeDeploy to do the deployment part. CodeDeploy will help to automate the deployment by fetching the latest committed code in GitHub and update the project code in the EC2 server.

Click here to see the full article/tutorial!

About

App for experiment the deployment to aws ec2 with github actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published