Adds k8s deployment
Some checks failed
Build and Push / build (push) Failing after 26s

This commit is contained in:
2026-02-16 15:26:32 -05:00
parent 2f15523a55
commit 2102c76ac2
2 changed files with 66 additions and 0 deletions

View File

@@ -27,3 +27,7 @@ jobs:
context: .
push: true
tags: gitea.kazcloud.dev/${{ gitea.repository }}:latest
- name: Deploy to k3s
run: |
kubectl apply -f deployment.yaml
kubectl rollout restart deployment/ry-site -n default