Answer the question
In order to leave comments, you need to log in
How to organize the publication of the site on the hosting. (phpstorm)?
Previously, I worked in the phpDesigner editor, in it I worked via ftp directly on the hosting.
Now I'm making a site in the PhpStorm editor, it seems that it does not provide for the use of ftp. There was a question about uploading code to hosting.
Website based on the CodeIgniter framework, I work on two computers (at home and at work).
I got acquainted with GitHub, but of course it’s convenient to upload everything to git from two machines, but from git to hosting is not the same.
Tell me how to correctly organize the upload of changes to the hosting?
Answer the question
In order to leave comments, you need to log in
in the PhpStorm editor, it doesn't seem to support using ftpwhy write nonsense, and google and read?
If you pour everything at once from the machine on which you are developing, this is not good. Mistakes, you know, they're everywhere. Make CI via github and with the help of CI you can already do auto-fill.
Or already without CI, but then you need to use the script on the server and web hooks on GitHub
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question