Skip to content

Commit

Permalink
fix: rollback custom env key
Browse files Browse the repository at this point in the history
  • Loading branch information
DonghyukJacobJang committed Jun 15, 2022
1 parent 6fdc7a0 commit 8bc7772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ENABLE_PWA=false

# custom env key
NEXT_PUBLIC_WEBSITE_SITE_URL="https://localhost:3000"
NEXT_PUBLIC_ENVIRONMENT='local'
NEXT_PUBLIC_COMMIT_ID="commit-id"
NEXT_PUBLIC_PR_NUMBER="major"
NEXT_PUBLIC_COMMIT_COUNT="minor"
Expand Down
1 change: 1 addition & 0 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ENABLE_PWA=true

# custom env key
NEXT_PUBLIC_WEBSITE_SITE_URL=$WEBSITE_SITE_URL
NEXT_PUBLIC_ENVIRONMENT=$CI_ENV
NEXT_PUBLIC_COMMIT_ID=$CI_COMMIT_ID
NEXT_PUBLIC_PR_NUMBER=$CI_PR_NUMBER
NEXT_PUBLIC_COMMIT_COUNT=$COMMIT_COUNT
Expand Down

0 comments on commit 8bc7772

Please sign in to comment.