updated README regarding CI/CD
All checks were successful
Build the portfolio website / build-portfolio-website (push) Successful in 54s
Build the portfolio website / build-and-release-image (push) Successful in 1m47s

This commit is contained in:
2025-05-17 22:46:07 +03:00
parent 0cdb868e6e
commit e7c9e6d4e0

View File

@ -36,3 +36,10 @@ 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/
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.