chore: Do some cleanup in the static directory

This commit is contained in:
Nikolai Rodionov
2023-04-17 17:23:30 +02:00
parent 542f4cc562
commit 1d43c273ee
58 changed files with 47 additions and 57 deletions

View File

@ -344,7 +344,7 @@ So my pipeline for a non-main branch looks like that:
And even though it's very ugly, I already like it. Because it works.
![Drone pipeline result](/dyn-envs/drone-pipeline.png)
![Drone pipeline result](/posts/argocd-dynamic-environment-per-branch-part-1/drone-pipeline.png)
I would like to move the whole pipeline logic out of the `.drone.yml` file. But I will do it later.