Extracted environment loading into a method
This commit is contained in:
2
Makefile
2
Makefile
@@ -55,5 +55,5 @@ docker-refresh: docker-clean backend-up ## Refresh the docker containers
|
||||
psql: ## Connect to the database
|
||||
@$(ENV) docker exec -it siren-postgres psql -U ${DATABASE_USER} -P pager=off
|
||||
|
||||
insert-api:
|
||||
insert-api: ## Insert test API key into the database
|
||||
@$(ENV) ./scripts/insert_api_key.sh
|
||||
Reference in New Issue
Block a user