Skip to content

Commit

Permalink
set node_env to be production when deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyH820 committed Apr 29, 2024
1 parent cfe9963 commit 2f5f031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
AWS_ACCESS_KEY_ID: '${{ secrets.AWS_ACCESS_KEY_ID }}'
AWS_SECRET_ACCESS_KEY: '${{ secrets.AWS_SECRET_ACCESS_KEY }}'
DATABASE_URL: '${{ secrets.DATABASE_URL }}'
NODE_ENV: 'production'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 2f5f031

Please sign in to comment.