Load .env files on startup [#6]

This commit is contained in:
Erin Call
2020-01-02 09:04:52 -08:00
parent 9e8de53f8f
commit 51058470e5
3 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import (
"fmt"
"os"
_ "github.com/joho/godotenv/autoload"
"github.com/pelotech/drone-helm3/internal/helm"
)