docs icon indicating copy to clipboard operation
docs copied to clipboard

Deploy on Forge Important Correction

Open estudiooka opened this issue 4 years ago • 0 comments

This is a very hand tutorial:

https://github.com/nuxt/docs/blob/master/en/faq/laravel-forge-deployment.md

But please change the node update command as recommended by forge to avoid upgrade all the server.

from :

sudo apt-get update && sudo apt-get upgrade

to

sudo apt install --only-upgrade nodejs

thanks

estudiooka avatar Oct 27 '21 08:10 estudiooka