Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
test env vars on preview
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiommmoreira committed Aug 5, 2020
1 parent 406e39c commit efbacf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# run-p command on yarn build within netlify deploy
LAMBDA_ENV = "production"
GATSBY_ENVIRONMENT = "preview"
MEMBERS_LOG = "${{ secrets.MEMBERS_LOG }}"
environment = { TEST_VAR: "HELLO", MEMBERS_LOG = "${{ secrets.MEMBERS_LOG }}" }

0 comments on commit efbacf2

Please sign in to comment.