From 7c945202adbee8a2afe99f9325c262bad6947e79 Mon Sep 17 00:00:00 2001 From: Zpekii Date: Sat, 10 Jan 2026 16:04:39 +0800 Subject: [PATCH] ci: update --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 89dc1cc..d90d1f9 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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 }}." \ No newline at end of file