From 54e6cf8d50fbe0e061fd169cdc84a580924b936a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 5 Oct 2020 13:19:17 -0700 Subject: makefile: dev-qa, not dev-prod --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bfa6d98..67598f2 100644 --- a/Makefile +++ b/Makefile @@ -34,9 +34,9 @@ coverage: lint ## Run all tests with coverage dev: ## Run web service locally, with reloading ENV_FOR_DYNACONF=dev pipenv run uvicorn fatcat_scholar.web:app --reload --port 9819 -.PHONY: dev-prod -dev-prod: ## Run web service locally, with reloading, but point search queries to prod search index - ENV_FOR_DYNACONF=prod pipenv run uvicorn fatcat_scholar.web:app --reload --port 9819 +.PHONY: dev-qa +dev-qa: ## Run web service locally, with reloading, but point search queries to QA search index + ENV_FOR_DYNACONF=qa pipenv run uvicorn fatcat_scholar.web:app --reload --port 9819 .PHONY: run run: ## Run web service under gunicorn -- cgit v1.2.3