Clone repo and install on remote server
Hi everyone
I'm just getting started with Nuxt and Git. I've created my project and pushed it to my private repo. I've then cloned my repo to my remote server but in order to make it work, it needs to be installed, built, my .conf file update and then finally added to pm2.
Is there an automatic way to do this?
Seems a little long winded to go into the remote server to do all this when a command could do the job or am I missing something?
Thanks