Synchronize repositories in real time

1

I am starting a new project with laravel in a shared hosting.

My question is if you know any way to synchronize the project that is local with the project that is in the hosting. I am using visual studio code as a code editor.

Currently I have a simple ftp configured and it works fine if the changes were directly in the hosting.

The point is that I am using nodejs to compile my frontend and when generating new files css, js, fonts, imgs, etc. The files are reflected in my local project but they are not automatically reproduced in the hosting.

Does anyone know of any plugin or program that helps me to match the files between the two projects in real time?

    
asked by Alberto Ortega 30.12.2018 в 00:59
source

0 answers