feat: add echo statement before applying Kubernetes deployment
This commit is contained in:
@@ -64,6 +64,7 @@ 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
|
||||
echo "Applying Kubernetes deployment..."
|
||||
kubectl apply -f deployment.yaml
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
Reference in New Issue
Block a user