Closed
Description
So I do grunt build
and then cd ./dist && git push
to deploy. it works fine, but then when I goto my other dev machine, should I be doing cd ./dist && git pull
to get the last deploy?
If I do that, and then run cd ../ && git pull && grunt build
again, even though nothing has changed in the source, I still have files to deploy in ./dist
for some reason.
I'm a little unclear on how to deploy to openshift from two different machines (assume 2 developers working on code). It seems when developer1 deploys, then developer2 has to deploy again the same code.