Skip to content

Commit

Permalink
makefile => Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeLalor committed Oct 14, 2024
1 parent 11c8a0c commit a48a023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ k8s-server: check-cluster-running docker-build docker-push k8s-env
@kubectl rollout status deployment/eidolon-deployment --timeout=60s --namespace=$(NAMESPACE)
@echo "Server Deployment is ready."

k8s/webui.yaml: makefile
k8s/webui.yaml: Makefile
@sed -e 's|image: docker.io/eidolonai/webui:.*|image: docker.io/eidolonai/webui:$(WEBUI_TAG)|' k8s/webui.yaml > k8s/webui.yaml.tmp && mv k8s/webui.yaml.tmp k8s/webui.yaml


Expand Down

0 comments on commit a48a023

Please sign in to comment.