Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olry committed Aug 1, 2024
1 parent ed68216 commit 78fb6d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ jobs:

- name: Deploy to Kubernetes
run: |
kubectl apply -f configmap.yaml
kubectl apply -f deployment-hvac.yaml
kubectl apply -f secret.yaml
kubectl apply -f k8s/configmap.yaml
kubectl apply -f k8s/deployment-hvac.yaml
kubectl apply -f k8s/secret.yaml

0 comments on commit 78fb6d5

Please sign in to comment.