fix 11
This commit is contained in:
@@ -70,7 +70,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy na k3s
|
- name: Deploy na k3s
|
||||||
run: |
|
run: |
|
||||||
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/helloo-cicdd \
|
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