Skip to content

Commit

Permalink
Add support for .env
Browse files Browse the repository at this point in the history
  • Loading branch information
j-frost committed Jan 6, 2024
1 parent 33ca482 commit f04e808
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home_files/.gitpod.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ fi
if gp env | grep '^TFVARS'; then
gitpod::restore_file TFVARS "${GITPOD_REPO_ROOT}/terraform.tfvars"
fi

if gp env | grep '^DOTENV'; then
gitpod::restore_file DOTENV "${GITPOD_REPO_ROOT}/.env"
fi

0 comments on commit f04e808

Please sign in to comment.