Skip to content

Commit

Permalink
Set NODE_ENV to production
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Godbolt committed Mar 11, 2017
1 parent c02af96 commit c14145b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions site-beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
export BRANCH=beta
export EXTERNAL_PORT=80
export EXTRA_ARGS='--env beta'
export NODE_ENV=production
1 change: 1 addition & 0 deletions site-prod.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Sourced when loaded in production
export BRANCH=release
export NODE_ENV=production
1 change: 1 addition & 0 deletions site-staging.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Sourced when running in staging mode
export BRANCH=staging
export NODE_ENV=production

0 comments on commit c14145b

Please sign in to comment.