This site
This site is built from .md files with mkdocs and material. Automadted build and publish.
CI/CD flow diagram
flowchart TD
A[Edit files] --> B[Preview locally]
B --> C{Looks good?}
C -->|Nah| A
C -->|Yes| D[Push to the test branch]
D --> E[Build image and deploy on test server]
E --> F[Check on test server]
F --> G{Looks good?}
G -->|Nah| A
G -->|Yes| H[Merge changes to prod]
H --> I[Build the image]
I --> J[Update project status in status bucket]
I --> K[Deploy on prod server]
Site build status
Loading project status...