fix: change host url domain
This commit is contained in:
parent
2c9b6fbfc1
commit
061fd386d8
2
Makefile
2
Makefile
@ -12,4 +12,4 @@ publish-app:
|
||||
$(MAKE) -C app publish version=$(BRANCH)
|
||||
|
||||
deploy:
|
||||
$(HELM) upgrade --install my-app-$(BRANCH) chart --set image.tag=$(BRANCH) --set ingress.host=$(BRANCH).csssr.cloud
|
||||
$(HELM) upgrade --install my-app-$(BRANCH) chart --set image.tag=$(BRANCH) --set ingress.host=$(BRANCH).my-app.com
|
||||
|
Loading…
Reference in New Issue
Block a user