A
A
arruah2019-01-09 13:12:50
Ruby on Rails
arruah, 2019-01-09 13:12:50

Is Yandex.Disk or Dropbox good for local development?

For development on ruby ​​on rails, I decided to use a remote powerful server. In order for the laptop not to load its resources when assembling docker containers and other loaded tasks. I would like the development process to look like this. The developer works locally with the project files, these changes are immediately applied on the remote server. It connects via ssh to the server console and executes the commands it needs.
Is it a good idea to use Yandex.Disk or Dropbox to synchronize files?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
SagePtr, 2019-01-09
@SagePtr

It's better to use a version control system like git. And integrate with CI, which, with each commit, rebuilds the project and performs other necessary actions.

R
Roman Kitaev, 2019-01-09
@deliro

No, not good. I won't answer the "why" question. The people who created the VCS did it for a reason. No need to reinvent the wheel.

O
OnYourLips, 2019-01-09
@OnYourLips

Not good at all when compared to alternatives.
I recommend git + capistrano.

C
crmMaster, 2019-01-16
@crmMaster

If you really need to write something over SSH, then you can configure the IDE to synchronize via scp or FTP. But this is not the best way. It is much better to master deployment systems like capistrano, and work locally with a small amount of data.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question