File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ npm run dev
3131
3232VPS run on Server
3333```
34- pm2 start node --node-args="-r dotenv/config --experimental-json-modules" index.js --name "bizmapia "
34+ pm2 start node --node-args="-r dotenv/config --experimental-json-modules" index.js --name "mydomain "
3535```
3636
3737Run for debug
@@ -43,7 +43,7 @@ node -r dotenv/config --experimental-json-modules index.js
4343Start pm2 with watching, this will restart automatically when file changes detect, and ignore some file folders using this command
4444
4545```
46- pm2 restart bizmapia --watch --ignore-watch="node_modules public logs"
46+ pm2 restart mydomain --watch --ignore-watch="node_modules public logs"
4747```
4848NOTE: Some time it doesn't work , don't use this
4949-----------------------------------------------------------------------------------------------
@@ -89,7 +89,7 @@ server {
8989 server_name mydomain.com www.mydomain.com; # Replace with your server's IP address or domain name
9090
9191 location /__/auth {
92- proxy_pass https://bizmapia-142cf .firebaseapp.com;
92+ proxy_pass https://mydomain-193cf .firebaseapp.com;
9393 }
9494
9595
You can’t perform that action at this time.
0 commit comments