File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 git checkout development
8181 git pull
8282 npm install
83- pm2 start ecosystem.config.json --env development
83+ pm2 start ecosystem.config.json --env development --cwd .
8484 - name : Wait for service to be ready
8585 run : sleep 5
8686 - name : Run smoke tests
Original file line number Diff line number Diff line change 8080 git checkout main
8181 git pull
8282 npm install
83- pm2 start ecosystem.config.json --env production
83+ pm2 start ecosystem.config.json --env production --cwd .
8484 - name : Wait for service to be ready
8585 run : sleep 5
8686 - name : Run smoke tests
Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ import privateProfileRouter from './userProfile/privateProfile.js'
2222import proxyRouter from './utilities/proxy.js'
2323import feedbackRouter from './feedback/feedbackRoutes.js'
2424import dotenv from 'dotenv'
25- // import dotenvExpand from 'dotenv-expand'
26- dotenv . config ( )
27- // dotenvExpand.expand(dotenv.config())
25+ import dotenvExpand from 'dotenv-expand'
26+ dotenvExpand . expand ( dotenv . config ( ) )
2827
2928let app = express ( )
3029
You can’t perform that action at this time.
0 commit comments