fix: change host url domain

This commit is contained in:
Vadim Aleksandrov 2024-07-15 16:57:41 +03:00
parent 2c9b6fbfc1
commit 061fd386d8
No known key found for this signature in database
GPG Key ID: 4D3A2E248D54FDAE

View File

@ -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