Question Setting up a Next JS app with git auto-deploy

eronardiaras

Basic Pleskian
Server operating system version
AlmaLinux 9.8 (Olive Jaguar)
Plesk version and microupdate number
18.0.78 #5.
I change ‘Access to the server over SSH’ to ‘/bin/bash (chrooted)’. (The restricted environment for SSH is important.)

In Git settings, the ‘Enable additional deployment actions’ is checked and I paste in the following under Deploy Actions:
npm ci
npm run build

When I click on the "Pull now" button:
git.png

What else do I need to set?
 
Back
Top