Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
Addng env variables

Signed-off-by: Avinash Mudunuri <[email protected]>
  • Loading branch information
AvinashMudunuri authored Jul 5, 2024
1 parent bd181f9 commit e2f2055
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@

name: Node.js CI

env:
PORT=3000
NODE_ENV=test
JWT_SECRET="expensotrack"
MONGODB_URI_PROD='mongodb+srv://amudunuri:[email protected]/ExpensoTrack'
MONGODB_URI_DEV='mongodb+srv://amudunuri:[email protected]/ExpensoTrack_dev'
MONGODB_URI_TEST='mongodb+srv://amudunuri:[email protected]/ExpensoTrack_test'
REDIS_HOST='redis-18961.c264.ap-south-1-1.ec2.redns.redis-cloud.com'
REDIS_PORT=18961
REDIS_PASSWORD='wh6RsqGLH1FAagEW2Ny66jwnHuDHHKMI'

on:
push:
branches: [ "main" ]
Expand Down

0 comments on commit e2f2055

Please sign in to comment.