feat: add echo statement before applying Kubernetes deployment in workflow

This commit is contained in:
2026-01-10 16:55:24 +08:00
parent 788d0b980e
commit 1f4386ce63

View File

@@ -64,5 +64,6 @@ jobs:
cd ${{ gitea.workspace }}
sed -i "s|localhost:8180/k8s-example/k8s-example:latest|localhost:8180/k8s-example/k8s-example:${{ gitea.sha }}|g" deployment.yaml
cat deployment.yaml
echo "Applying Kubernetes deployment..."
kubectl apply -f deployment.yaml
- run: echo "🍏 This job's status is ${{ job.status }}."