I wanted to know if a way to leave all my projects online is possible so I do not always modify my code to upload it to the server.
Go some questions:
-
Now with every update in the code I wanted to upload it directly to the server with the push (GIT), without having to manually upload to the server. Type github, but it does not interpret PHP code, just front-end, this is why I want to upload directly to the server.
I do not know if this is the best place to post this, but I hope so, thanks!
Update
I found a blog where the guy teaches, Link
I'll leave it open for anyone who wants to put their answer, but this question is duplicated, I do not know if I should delete it ?!
@egomesbrandao are you talking about this?
Mysolution
Myserverplanisfree,butitsupportsSSH,butinmyplan(free)itisdisabled.SoIwentonthislink "GitHub git-ftp" and did according to the documentation. Since my plan does not accept SSH I did it for FTP, but now I do not need to put FTP user and password every time I update, just do this (username and password) once and give a git push. This program is a bit slow, but automating the tasks already saves a great time!
Thanks for the answers!