Update .gitea/workflows/deploy.yaml
Deploy Dashboard Monitor ke K3s / deploy (push) Failing after 5s Details

This commit is contained in:
Administrator 2026-06-22 17:23:14 +08:00
parent 375e50dfcc
commit 7ced89dc9b
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@ jobs:
- name: 2. Eksekusi Deployment ke Kubernetes - name: 2. Eksekusi Deployment ke Kubernetes
uses: actions-hub/kubectl@master uses: actions-hub/kubectl@master
env: env:
KUBE_CONFIG: ${{ secrets.KUBECONFIG }} KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_DATA }}
with: with:
args: apply -f dashdot-deploy.yaml args: apply -f dashdot-deploy.yaml
- name: 3. Cek Status Aplikasi - name: 3. Cek Status Aplikasi
uses: actions-hub/kubectl@master uses: actions-hub/kubectl@master
env: env:
KUBE_CONFIG: ${{ secrets.KUBECONFIG }} KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_DATA }}
with: with:
args: rollout status deployment/dashdot args: rollout status deployment/dashdot