feat: add output of deployment.yaml before kubectl apply in deployment workflow

This commit is contained in:
2026-01-10 16:49:56 +08:00
parent 328bf821f2
commit b57b31364f

View File

@@ -63,5 +63,6 @@ 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
cat deployment.yaml
kubectl apply -f deployment.yaml
- run: echo "🍏 This job's status is ${{ job.status }}."