ignore .env if it doesn't exist

change-type: patch
This commit is contained in:
Anton Belodedenko 2024-06-10 07:54:52 -07:00 committed by GitHub
parent c2369950b0
commit fb3b2211c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,8 @@ SHELL := bash
# export all variables to child processes by default
export
# Include the .env file
include .env
# include the .env file
-include .env
DNS_TLD ?= $(error DNS_TLD not set)
TMPKI := $(shell mktemp)