Skip to content

ahmedelmelegy/CICDusingcircleci-udacity

 
 

Repository files navigation

Here is the list of files and corresponding exercises.

├── ansible
│   ├── configure-server.yml
│   ├── deploy-backend.yml
│   ├── inventory.txt
│   └── roles
│       ├── configure-prometheus-node-exporter
│       │   ├── files
│       │   │   └── node_exporter.service
│       │   └── tasks
│       │       └── main.yml
│       ├── configure-server
│       │   └── tasks
│       │       ├── main.yml
│       │       └── readme.md
│       └── deploy
│           ├── files
│           │   └── readme.md
│           └── tasks
│               ├── main.yml
│               └── readme.md
├── config-sample.yml
├── config.yml
└── files
    ├── backend.yml
    ├── cloudfront.yml
    └── frontend.yml

Note: When you attempt any CircleCI exercise, you should comment out the Jobs and Workflows from other exercises. This will ensure that you do not end up creating unnecessary EC2, S3, CloudFront resources in your AWS console.

About

Graduation project from cloud DevOps scholarship from Udacity

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.9%
  • CSS 35.6%
  • JavaScript 1.3%
  • Other 0.2%