Skip to content

Commit

Permalink
Update k3s.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder authored Sep 14, 2024
1 parent a6f0669 commit 431d4d8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,7 @@ jobs:
- run: docker ps


- name: Deploy app to local k8s cluster
run: |
kubectl apply -f k8s/deployment.yml # Ensure your deployment YAML is in the k8s folder
kubectl rollout status deployment/nginx-deployment # Use the correct deployment name


- name: Deploy test pod
run: |
Expand Down

0 comments on commit 431d4d8

Please sign in to comment.