Skip to content

Commit

Permalink
fix: Makefile evaluation of .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 21, 2023
1 parent b93ea67 commit 9e068a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ CLOUDFRONT_DISTRIBUTION_ID = E3AIBM1KMSJOP1

ifneq ("$(wildcard .env)","")
include .env
endif

ifneq ("$(wildcard $(.env))","")
include .env
else
echo -e "OPENAI_API_ORGANIZATION=PLEASE-ADD-ME\nOPENAI_API_KEY=PLEASE-ADD-ME\nPINECONE_API_KEY=PLEASE-ADD-ME\nPINECONE_ENVIRONMENT=gcp-starter\nDEBUG_MODE=True\n" >> .env
endif
Expand Down

0 comments on commit 9e068a3

Please sign in to comment.