-
-
Save c-s-w/7ae4e3c9b87e3e3735b05fd2a6aea542 to your computer and use it in GitHub Desktop.
task dotenv
This file contains 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
MYVAR=foo |
This file contains 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
version: "3" | |
tasks: | |
default: | |
dotenv: [".env"] | |
cmds: | |
- echo {{.MYVAR}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment