Extracted environment loading into a method

This commit is contained in:
2024-12-30 09:00:14 -08:00
parent 9780162eaa
commit a3b087688b
3 changed files with 27 additions and 9 deletions

View File

@@ -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