Skip to content

Commit

Permalink
Update CICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadenBA authored Apr 19, 2024
1 parent a320b81 commit 29108bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: deploy to Kubernetes
run: |
kubectl apply -f deployment-service.yml -n webapps --validate=false
kubectl apply -f ./deployment-service.yml -n webapps --validate=false
kubectl get svc -n webapps
- name: Update dependency graph
Expand Down

0 comments on commit 29108bd

Please sign in to comment.