diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 06b001d..a45dba4 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -36,7 +36,10 @@ jobs: tags: ${{ secrets.SWR_SERVER }}/${{ secrets.SWR_ORG }}/rtc-web:latest - name: Setup Kubectl - uses: azure/setup-kubectl@v3 + run: | + curl -LO "https://files.m.daocloud.io/dl.k8s.io/release/v1.28.2/bin/linux/amd64/kubectl" + chmod +x kubectl + mv kubectl /usr/local/bin/ - name: Deploy to K3s uses: Azure/k8s-set-context@v3