fix Makefile rename

This commit is contained in:
2025-08-14 11:42:43 -04:00
parent de7a11684b
commit 4933e04e6a

View File

@@ -77,7 +77,7 @@ rename:
@sed -i "s|merge_file_name=.*|merge_file_name=$(APP)|g" buf.gen.yaml
@sed -i "s|^name: .*|name: $(APP)|g" helm/Chart.yaml
@sed -i "s|otelServiceName: .*|otelServiceName: $(APP)|g" helm/values.yaml
@sed -i "s|= \"demo-app\": .*|= \"$(APP)\"|g" main.go
@sed -i "s|= \"demo-app\"|= \"$(APP)\"|g" main.go
@sed -i "s|app=.*|app=$(APP)|g" helm/values.yaml
@sed -i "s|$(CMD_NAME)|$(APP)|g" README.md
@sed -i "s|$(CMD_NAME)|$(APP)|g" .gitea/workflows/ci.yml