Open arcane-engine[bot] opened 2 weeks ago
This pull request introduces a GitHub Action to automate the deployment of the project to Kubernetes upon changes to the main branch. The action builds a Docker image, pushes it to Docker Hub, and deploys it using Helm.
π§ GitHub Actions
π³ Docker Integration
make docker
make docker-push
βΈοΈ Kubernetes Deployment
azure/setup-kubectl@v1
make create-k8s-secrets
make deploy
This pull request introduces a GitHub Action to automate the deployment of the project to Kubernetes upon changes to the main branch. The action builds a Docker image, pushes it to Docker Hub, and deploys it using Helm.
π§ GitHub Actions
π³ Docker Integration
make docker
command.make docker-push
.βΈοΈ Kubernetes Deployment
azure/setup-kubectl@v1
.make create-k8s-secrets
andmake deploy
.