Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trstringer/simple-api
https://github.com/trstringer/simple-api
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/trstringer/simple-api
- Owner: trstringer
- Created: 2017-02-27T12:50:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T16:04:34.000Z (about 7 years ago)
- Last Synced: 2024-10-11T15:07:55.317Z (24 days 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 [![Build Status](https://travis-ci.org/tstringer/simple-api.svg?branch=master)](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.