Answer the question
In order to leave comments, you need to log in
How to properly update a website in production?
There is a site on Laravel published on beget.com hosting.
I make changes on a local copy of the project, then upload it to the hosting via FTP.
Is there a better way to update the site?
If done with Git, how to avoid conflicts?
Answer the question
In order to leave comments, you need to log in
If you have conflicts during the update via GIT, then you are doing something wrong
As an option (quite common) upload to git and update the project from git, you can set up automatic updates using git hooks
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question