Skip to content

Commit

Permalink
cide complete
Browse files Browse the repository at this point in the history
  • Loading branch information
sehrish30 committed May 22, 2023
1 parent ef40460 commit 16c1d15
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ Utilized EventBridge's content-based filtering feature to facilitate seamless in
## 👉Architecture of CI/CD

<img src="readmeimages/cicd.png" style="max-width: 100%; height: auto; object-fit: contain;">
<img src="readmeimages/cicd-dev.png" style="max-width: 100%; height: auto; object-fit: contain;">

Utilized AWS CodePipeline to automate my deployment process, combining continuous integration and continuous deployment. The pipeline is initiated by GitHub webhooks whenever new commits are pushed to the connected GitHub repository. The pipeline then packages the new code and moves it to an approval stage after running continuous integration tests. An approver then reviews the changes within the approval stage and approves the deployment. After approval, the pipeline deploys the new code, thereby achieving continuous deployment.
Binary file added readmeimages/cicd-dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 16c1d15

Please sign in to comment.