We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7ece5 commit 4ebdf0bCopy full SHA for 4ebdf0b
1 file changed
Makefile
@@ -20,5 +20,6 @@ summary:
20
@echo "zero-deployable-react-frontend:"
21
@echo "- Repository URL: ${REPOSITORY}"
22
@echo "- Deployment Pipeline URL: https://app.circleci.com/pipelines/github/${GITHUB_ORG}/${GITHUB_REPO}"
23
- @echo "- Production Landing Page: ${productionFrontendSubdomain}${productionHostRoot}"
24
- @echo "- Staging Landing Page: ${stagingFrontendSubdomain}${stagingHostRoot}"
+ @echo $(shell echo ${ENVIRONMENT} | grep production > /dev/null && echo "- Production Landing Page: ${productionFrontendSubdomain}${productionHostRoot}")
+ @echo $(shell echo ${ENVIRONMENT} | grep staging > /dev/null && echo "- Staging Landing Page: ${stagingFrontendSubdomain}${stagingHostRoot}")
25
+
0 commit comments