Created
April 2, 2020 03:09
-
-
Save jesusgoku/5f83d2e70935331ec8d91f07ba3b08e3 to your computer and use it in GitHub Desktop.
Read environment vars from `.env` file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!make | |
include .env | |
export $(shell sed 's/=.*//' .env) | |
test: ## Testing environment vars into .env | |
env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment