Does anyone have experience deploying laravel app on VPS Server? We have our own sets of VPS Servers and I think it will serve us right to deploy our app there. I think going on AWS or forge is an extra kill. What do you think? Is the operation straightforward like shared hosting?
@geordiejackson Nice. Will give it a try. Do you know how to setup git credentials in the plesk panel. I cant see it. It just ask for the https link and it rejects it because of credentials
On mine, I just select the domain I'm using and under "Dev Tools" there's a Git option (should show enabled or disabled). Obviously you need to enable it, set up the auth key for GitHub etc. and pull your repo into the correct folder.
When you go through the set up, the instructions are there for you.
Nice, do the files need to be moved out of the httpdocs to another folder after deployment. Do you also symlink the public folder outside the httpdocs?
You can choose any folder you like to upload the repo to (it doesn't have to go into httpdocs first) - then just point to the public folder when setting your document_root in your hosting settings.