ci: update

This commit is contained in:
2026-01-10 16:04:39 +08:00
parent fce9e4592a
commit 7c945202ad

View File

@@ -51,6 +51,6 @@ jobs:
- name: Deploy to Kubernetes
run: |
cd ${{ gitea.workspace }}
sed -i "s|localhost:8180/k8s-example/k8s-example:latest|192.168.1.98:8180/k8s-example/k8s-example:${{ gitea.sha }}|g" .gitea/workflows/deploy.yaml
sed -i "s|localhost:8180/k8s-example/k8s-example:latest|localhost:8180/k8s-example/k8s-example:${{ gitea.sha }}|g" .gitea/workflows/deploy.yaml
kubectl apply -f .gitea/workflows/deploy.yaml
- run: echo "🍏 This job's status is ${{ job.status }}."