From e7c9e6d4e088df5e34061c50b1a953e9957c15e2 Mon Sep 17 00:00:00 2001 From: Taqi Tahmid Date: Sat, 17 May 2025 22:46:07 +0300 Subject: [PATCH] updated README regarding CI/CD --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 348ad34..26f0b16 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,11 @@ curl -u user:pass https://$DOCKER_REGISTRY/v2/_catalog # CI/CD Run in Gitea Actions within kubernetes cluster -Follow: https://tobru.ch/gitea-actions-container-builds/ \ No newline at end of file +Follow: https://tobru.ch/gitea-actions-container-builds/ + +Current, the project has workflow files for: +- Build and push the container to the registry +- Deploy the container to the Kubernetes cluster + +Thus making a commit to the master branch will automatically build the +container and deploy it to the cluster. \ No newline at end of file