lucasmotta / dploy

⛔️ currently unmaintained ⛔️
http://lucasmotta.github.io/dploy/
MIT License
990 stars 90 forks source link

Multiple users deploying #61

Open siamkreative opened 10 years ago

siamkreative commented 10 years ago

Hello there,

I just discovered dploy and I love it. Unfortunately, since @julien731 started deploying on the same live server, I'm having issues deploying.

Instead of only showing the files that needs to be deployed, it shows me all files. Why is this happening? Is it possible to "catch up" with the latest changes/revisions?

Cheers

lucasmotta commented 10 years ago

When working on teams, it's really important to push your changes before uploading the files – is that the case with you and @julien731?

julien731 commented 10 years ago

Yep, it is. What usually happens is that for the projects we're working on together, there might be a change required. Only one of us is going to work on that change. I pull the repo, make my changes, commit and push. Then I try to deploy, but if @SiamKreative was the last one to deploy then the issue occurs.