diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e6f125e..f41f49d 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -63,5 +63,5 @@ jobs: 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 - kubectl apply -f .gitea/workflows/deploy.yaml + kubectl apply -f deployment.yaml - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file