diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 55fd8ad..7e18bd9 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -62,7 +62,7 @@ jobs: - name: Deploy to Kubernetes run: | cd ${{ gitea.workspace }} - sed -i "s|localhost:8180/k8s-example/k8s-example:latest|localhost: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" deployment.yaml cat deployment.yaml kubectl apply -f deployment.yaml - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file