D
D
darksladen2017-03-03 08:54:25
Work organization
darksladen, 2017-03-03 08:54:25

How to make small edits on a remote server?

Hello! Tell me, how best to make some small changes to files on the server? It happens that I take on freelance some small order that could be done right on the server. For example, add some button to the landing page and write styles for it. What is the best way to do this? I am using linux and phpstorm. Before that, I just set up auto-deploy, copied the files that I would change and saved them automatically on my server and on the server. But as I found out, this approach is, to put it mildly, not perfect =) How are you doing?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
Sergey Goryachev, 2017-03-03
@darksladen

1) If the edits are minor, not improvements (such as changing the color of a button or heading styles), then without any tools at all - I went via FTP, corrected it, rolled it out.
2) If partial revision is required (to make news or something else), we make a copy, put it on our server, correct it, coordinate it, upload it to production.
In the case of the second option, you can use anything, githubs, githubs, and so on.
Don't make life difficult for yourself

S
sim3x, 2017-03-03
@sim3x

There are no small edits, there
are just edits
, and they need to be done in the same way as rolling out a new release.

M
mishania666, 2017-03-03
@mishania666

ssh+vim :-)

D
dmitriy, 2017-03-03
@dmitriylanets

only autodeploy

V
Vladislav Startsev, 2017-03-09
@esvlad

Whether small or large edits, I usually connect with FileZilla, make edits, save, everything, everyone is happy.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question