Skip to content

Commit

Permalink
fix: change host url domain
Browse files Browse the repository at this point in the history
  • Loading branch information
verdel committed Jul 15, 2024
1 parent 2c9b6fb commit 061fd38
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 @@ -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

0 comments on commit 061fd38

Please sign in to comment.