rearrange posts + backup

This commit is contained in:
2022-02-21 23:16:27 +01:00
parent a225981c3c
commit 8378dcb9e4
22 changed files with 497 additions and 330 deletions

View File

@ -0,0 +1,27 @@
---
title: "Setup a Docker Swarm cluster Part VII - CI/CD workflow"
date: 2022-02-21
description: "Build an opinionated containerized platform for developer..."
tags: ["docker", "swarm"]
draft: true
---
{{< lead >}}
Build your own cheap while powerful self-hosted complete CI/CD solution by following this opinionated guide 🎉
{{< /lead >}}
This is the **Part VII** of more global topic tutorial. [Back to first part]({{< ref "/posts/02-build-your-own-docker-swarm-cluster" >}}) to start from beginning.
## Self-hosted VCS with Gitea 🍵
## Private docker registry
## CI/CD with Drone 🪁
## SonarQube 📈
## Tracing with Jaeger with OpenTelemetry 🕰️
## Final check 🎊🏁🎊
We've done all the basics part of installing, using, testing a professional grade Docker Swarm cluster.