Hi guys,
I currently use Plesk for my sites but it feels a bit overkill since i don’t want all hosting functions, just be able to run sites.
I need to run Adonis 4 and Quasar 1.5. I know there is a ready to use Adonis function but i want to run it in a plain Node app and start it with pm2 with specified port and what not.
Could anyone guide me to get Adonis running. I have done all i can figure out and the deply works but adding Hook start:
cd {{ releasePath }}
#Start adding your custom script below this line
pm2 start server.js
just gives me: 502 Bad Gateway