Skip to content

Instantly share code, notes, and snippets.

@c-s-w
Created December 6, 2023 15:06
Show Gist options
  • Save c-s-w/7ae4e3c9b87e3e3735b05fd2a6aea542 to your computer and use it in GitHub Desktop.
Save c-s-w/7ae4e3c9b87e3e3735b05fd2a6aea542 to your computer and use it in GitHub Desktop.
task dotenv
MYVAR=foo
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