Skip to content

Commit 4b33004

Browse files
committed
Fix PM2 cwd path for new server deployment
- Updated ecosystem.config.js to use /root/address-validation-service - Removed old puppeteer-user directory reference
1 parent 9fa79e8 commit 4b33004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecosystem.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
{
44
name: 'address-validation-service',
55
script: 'dist/server.js',
6-
cwd: '/home/puppeteer-user/candycomp-location-correction',
6+
cwd: '/root/address-validation-service',
77
exec_mode: 'fork',
88
max_memory_restart: '256M',
99
autorestart: true,

0 commit comments

Comments
 (0)