remove node_env varaiable

This commit is contained in:
Raymond Wang 2022-10-24 18:06:38 -07:00
parent 5029cf38b6
commit 66fadde8da

View file

@ -23,7 +23,6 @@ jobs:
# Use production environment specified in GitHub settings # Use production environment specified in GitHub settings
environment: production environment: production
env: env:
NODE_ENV: ${{ secrets.NODE_ENV }}
GOOGLE_ANALYTICS_ID: ${{ secrets.GOOGLE_ANALYTICS_ID }} GOOGLE_ANALYTICS_ID: ${{ secrets.GOOGLE_ANALYTICS_ID }}
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps: