Skip to content

Commit 56506b0

Browse files
Update manifest to dev
1 parent 0985f6f commit 56506b0

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ load:
99
minikube image load ${IMG}
1010

1111
deploy:
12-
kubectl apply -f manifests
12+
kubectl apply -f dev
1313

1414
undeploy:
15-
kubectl delete -f manifests
15+
kubectl delete -f dev
1616

1717
push:
1818
docker push ${IMG}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)