Skip to content

Commit

Permalink
Adding .evnrc support (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 authored Nov 19, 2024
1 parent 2b1ddc9 commit 4e09af6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export TF_VAR_artie_api_key=foo

if [ -f ".envrc-personal" ]; then
echo ".envrc-personal exists, sourcing..."
source .envrc-personal
fi
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ website/vendor

# Keep windows files with windows line endings
*.winfile eol=crlf

# Personal configs
.envrc-personal

0 comments on commit 4e09af6

Please sign in to comment.