fix build bug
All checks were successful
Build and Deploy Web / build-and-deploy (push) Successful in 1m13s
All checks were successful
Build and Deploy Web / build-and-deploy (push) Successful in 1m13s
This commit is contained in:
parent
62b884ffe6
commit
50acdede38
@ -36,7 +36,10 @@ jobs:
|
|||||||
tags: ${{ secrets.SWR_SERVER }}/${{ secrets.SWR_ORG }}/rtc-web:latest
|
tags: ${{ secrets.SWR_SERVER }}/${{ secrets.SWR_ORG }}/rtc-web:latest
|
||||||
|
|
||||||
- name: Setup Kubectl
|
- 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
|
- name: Deploy to K3s
|
||||||
uses: Azure/k8s-set-context@v3
|
uses: Azure/k8s-set-context@v3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user