Skip to content

Commit

Permalink
Set JEKYLL_ENV in deploy-preview netlify context
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed May 20, 2020
1 parent 8fee201 commit 5a08400
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

[context.branch-deploy.environment]
JEKYLL_ENV = "staging"

[context.deploy-preview.environment]
JEKYLL_ENV = "staging"

0 comments on commit 5a08400

Please sign in to comment.