Skip to content

Commit

Permalink
Updated rebuild.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
pdovhomilja committed Dec 16, 2023
1 parent a7ad401 commit dc17cf1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,19 @@ git pull

# Rebuilding Next.js App
echo "Rebuilding Next.js App"

# Install dependencies
npm install
npm run build

# Update Prisma scheme
npx prisma db push

# Seed DB
npx prisma db seed

# Build Next.js App
npm run build

# Start PM2 process
echo "Start PM2 process: $variable"
pm2 start $variable
Expand Down

4 comments on commit dc17cf1

@vercel
Copy link

@vercel vercel bot commented on dc17cf1 Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on dc17cf1 Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextcrm-demo – ./

nextcrm-demo-git-main-e-osvc.vercel.app
demo.nextcrm.io
nextcrm-demo-e-osvc.vercel.app

@vercel
Copy link

@vercel vercel bot commented on dc17cf1 Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextcrm-test – ./

nextcrm-test-git-main-e-osvc.vercel.app
nextcrm-test-e-osvc.vercel.app
test.nextcrm.io

@vercel
Copy link

@vercel vercel bot commented on dc17cf1 Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextcrm-others – ./

nextcrm-others-git-main-e-osvc.vercel.app
nextcrm-others-e-osvc.vercel.app
others.nextcrm.io

Please sign in to comment.