Skip to content

Commit

Permalink
fix typo in path
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasoylu committed May 17, 2024
1 parent 1a1ab34 commit 5bb535b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
- name: Deploy to Kubernetes
run: |
kubectl apply -f manifest/deployment.yaml
kubectl apply -f manifest/service.yaml
kubectl apply -f manifest/ingress.yaml
kubectl apply -f manifests/deployment.yaml
kubectl apply -f manifests/service.yaml
kubectl apply -f manifests/ingress.yaml

0 comments on commit 5bb535b

Please sign in to comment.