https://github.com/trstringer/simple-api
https://github.com/trstringer/simple-api
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trstringer/simple-api
- Owner: trstringer
- Created: 2017-02-27T12:50:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T16:04:34.000Z (over 8 years ago)
- Last Synced: 2024-10-11T15:07:55.317Z (over 1 year ago)
- Language: HCL
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Devops [](https://travis-ci.org/tstringer/simple-api)
## CI/CD Provisioning and Configuration
*To be added...*
## CI/CD
```
+------------+
| |
+--------------+ +--------+ +------------+ fail | notify |
| | | | trigger| +------->+ developers |
| develop | push | github | build | test code | | |
| code locally +------->+ repo +-------->+ in jenkins | +------------+
| | | | | +----->
+--------------+ +--------+ +------------+ |
|
success |
<----------------------------------------------------------+
|
| +----------------+ +-------------+ +--------------------+
| | | | | | |
| | provision | | deploy new | | deprovision old |
+-->+ infrastructure +------->+ version of +---->+ infrastructure/app |
| | | application | | |
+----------------+ | | +--------------------+
+-------------+
```
The infrastructure provisioning is accomplished with Terraform.