fix: 3
This commit is contained in:
@@ -71,5 +71,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
kubectl create namespace student-${{ github.actor }} --dry-run=client -o yaml | kubectl apply -f -
|
kubectl create namespace student-${{ github.actor }} --dry-run=client -o yaml | kubectl apply -f -
|
||||||
kubectl apply -f k8s/ -n student-${{ github.actor }}
|
kubectl apply -f k8s/ -n student-${{ github.actor }}
|
||||||
kubectl rollout status deployment/hello-cicd \
|
kubectl rollout status deployment/helloo-cicdd \
|
||||||
-n student-${{ github.actor }} --timeout=120s
|
-n student-${{ github.actor }} --timeout=120s
|
||||||
Reference in New Issue
Block a user