Skip to content

mustafaerbay/face_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face_demo

There are two different CI pipelines here.

CI

Circle CI Pipeline

The stages below are handled with shell script faceit image has been pushed to the docker hub with the tag of circleci build id (0.1.289)

  • build
  • test
  • push

Alt text

Alt text

Github CI Pipeline

You can find the different pipeline approaches for different SDLC under workflows folder

Purpose of actions yaml

ci yaml

  • Build image
  • Test connections with database
  • Push to docker hub with short commit id and latest_github tag

push image to ECR yaml

  • Run if ci.yaml success
  • Build and push to AWS ECR

Validate terraform files

Terraform validate should be done before the production stage

  • terraform fmt
  • terraform init
  • terraform validate

Stale yaml Runs everyday at 01:30 am

  • days-before-issue-stale: 30
  • days-before-pr-stale: 45
  • days-before-issue-close: 5
  • days-before-pr-close: 10

Terraform deploy yaml used for deployment to the AWS with terraform

CD

Github ActionsContinuous Deployment (CD)

Terraform deploy yaml could be used for deployment

Terraform Deployment

You can follow Terraform Readme file to execute terraform deployment

Deployment Diagram

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published