Commit 780234bb by Chavee Issariyapat

Update Makefile

parent b1a56e9f
# a helper shell script # a helper shell script
MAKE_VERSION=1.1.7 MAKE_VERSION=1.1.8
define MAKEFUNCTIONCODE define MAKEFUNCTIONCODE
function hasChanges() { function hasChanges() {
...@@ -253,4 +253,3 @@ env-snippet: ...@@ -253,4 +253,3 @@ env-snippet:
deploy: init release.conf deploy: init release.conf
@ cat k8s/deployment.yaml | sed "s/{{IMAGE_TAG}}/$(VERSION)/g" | kubectl apply -f - $(DEPLOYARG) @ cat k8s/deployment.yaml | sed "s/{{IMAGE_TAG}}/$(VERSION)/g" | kubectl apply -f - $(DEPLOYARG)
#@ cat k8s/deployment.yaml | sed "s/{{IMAGE_TAG}}/$(VERSION)/g" | kubectl apply -f - $(DARG)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment