diff --git a/.scripts/deploy.sh b/.scripts/deploy.sh index 1ba0626..3a72983 100755 --- a/.scripts/deploy.sh +++ b/.scripts/deploy.sh @@ -8,10 +8,10 @@ git pull origin master echo "New changes copied to server!" echo "Installing Dependencies..." -npm install --yes +pnpm install echo "Creating Production Build..." -npm run build +pnpm run build echo "PM2 Restart" pm2 restart www.salimi.my diff --git a/README.md b/README.md index 5dfdc8f..414fb81 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Profolio is a dynamic personal portfolio website built with Next.js. This fullstack app allow easy customization of portfolio details and project listings. All the informations, skills and projects can be updated effortlessly, ensuring them stays up to date. -## Simple URL shortener tool +## Dynamic portfolio site - Dynamic skills & project listings - Light / dark / system mode