chore: zz amend
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m54s

This commit is contained in:
2025-02-07 01:30:09 +06:00
parent 67e4e1c51f
commit aef2acc6de

View File

@@ -43,7 +43,10 @@ jobs:
- name: Deploy to cluster
env:
KUBECONFIG: /tmp/kubeconfig.yaml
NAMESPACE: ayaume
APP: ${{ steps.meta.outputs.REPO_NAME }}
IMAGE: ${{ vars.REGISTRY_URL }}/${{ steps.meta.outputs.REPO_NAME }}:${{ github.sha }}
shell: bash
run: |
echo "${{ secrets.KUBE_CONFIG }}" > $KUBECONFIG
kubectl apply -f manifests/
kubectl -n $NAMESPACE set image deployment/$APP $APP=$IMAGE