devops101
This project is the example of ci/cd ready to production.
- Runs on AWS:
- IaC with Terraform:
- CI/CD with Jenkins:
- Revers proxy by Nginx Proxy Manager:
- Static site generators with Hugo:
docker build -t myblog .
[ "$(docker ps -a | grep myblog)" ] && docker stop myblog | docker wait myblog
docker run -d --rm --network proxy_default --name myblog myblog