I can get some advices on deploying laravel projects to a server

Hey guys, I'm wondering if I can get some advice on deploying laravel projects to a server
I have a local gitlab repo I push to and I have a digital ocean server I use for staging. I have git installed on the server but do not and will not have composer on the server( don't want to composer anything on server) How does once deploy from your local dev project to the server via gitlab? also should I start committing the "vendor" folder? or is there a way to upload it without committing?
You already invited:

binkley

Upvotes from:

@Marion  sounds like you want to be looking into something like deployhq or deploybot
These services will do the building for you "their end", and then copy the output onto your staging/live server
You might need a remote for your repo on bitbucket or gitlab however, so that these cloud-based services can see your code. I've never used gitlab, so not sure how that bit works sorry.

If you wanna answer this question please Login or Register