2 files changed
+4
-2
.smb/deploy.sh
+3
-1
index 83d114e..dd3d29b 100644
--- a/.smb/deploy.sh
+++ b/.smb/deploy.sh
@@ -14,7 +14,9 @@ fi
cd $1
source ~/.profile
+echo "Setup Node.js"
nvm use
-pm2 restart 1 --update-env
+echo "Start Hagersten Streetcut"
+pm2 start "pnpm start-hagerstenstreetcut"
echo "------------------------ DEPLOYED ------------------------"
\ No newline at end of file
package.json
+1
-1
index 6d75473..41ec6e3 100644
--- a/package.json
+++ b/package.json
@@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
+ "start-hagerstenstreetcut": "next start --port 3011",
"dev": "next dev",
"build": "next build",
- "start": "next start --port 3011",
"lint": "next lint"
},
"dependencies": {