Skip to content

deploying to openshift from two different dev machines #220

Closed
@ralyodio

Description

@ralyodio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions