D
D
Dmitry Shelygin2019-03-06 15:52:07
Software Deployment
Dmitry Shelygin, 2019-03-06 15:52:07

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

3 answer(s)
K
Konstantin B., 2019-03-06
@Kostik_1993

If you have conflicts during the update via GIT, then you are doing something wrong

D
Dmitry Kuznetsov, 2019-03-06
@dima9595

Here is a great article at https://ruhighload.com/

I
Ilya Vainer, 2020-01-02
@implicit

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 question

Ask a Question

731 491 924 answers to any question